fumanshoo Posted December 19, 2012 Share Posted December 19, 2012 Can you paint multiple textures onto one object? I could easily put all the textures that I have into one image, but I just want to know... Quote Link to comment Share on other sites More sharing options...
Kotov72rus Posted December 20, 2012 Share Posted December 20, 2012 TSurface surf = GetSurface(TMesh mesh, long index=1); PaintSurface(surf, TMaterial material=NULL) or PaintSurface(GetSurface(TMesh mesh, long index=1), TMaterial material=NULL); http://www.leadwerks...ference/meshes/ http://www.leadwerks...rence/surfaces/ 2 Quote Link to comment Share on other sites More sharing options...
fumanshoo Posted December 20, 2012 Author Share Posted December 20, 2012 Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.