Gordon_G Posted March 21, 2017 Share Posted March 21, 2017 (edited) Hi, I've a little prob, the texture of an added object disapear sometimes Here ; there's no problem But when I turn the cam ... Script, server : local obj__ = createObject(2372,-1666.3759765625,297.37686157227,7.1875+5,0,0,257.94195556641) setElementDoubleSided( obj__,true) So, what problem could it be ? Thanks ! Edited March 21, 2017 by Gordon_G Link to comment
NeXuS™ Posted March 21, 2017 Share Posted March 21, 2017 I think the texture actually gets unloaded. What's the col file on that model? Link to comment
Gordon_G Posted March 21, 2017 Author Share Posted March 21, 2017 I've no col file for the moment, I will add one, it should be that yes Link to comment
NeXuS™ Posted March 21, 2017 Share Posted March 21, 2017 Try adding a col which is actually as big that it can cover the whole model. I think the texture is only shown, if the model's col is visible on your screen. 1 Link to comment
Gordon_G Posted March 22, 2017 Author Share Posted March 22, 2017 That was the prob' yes, thanks. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now