hno2005 Posted December 3, 2014 Share Posted December 3, 2014 hello, My question is not very related to game development but it uses the same aspect of game development. let's say I have an image like this and this is the pattern and I want to apply that texture to that to make the following image What do I need to do?Do I need to make a 3d model of that and then apply pattern by three.js?Please help me with that. Thank you very much Quote Link to comment Share on other sites More sharing options...
hno2005 Posted December 4, 2014 Author Share Posted December 4, 2014 Anybody could help me with that ,please? Quote Link to comment Share on other sites More sharing options...
mfdesigner Posted December 11, 2014 Share Posted December 11, 2014 This feature is call texture decal. Unfortunately, the build-in shaders in Three.js doesn't support decal.However I managed to add this feature by modifying THREE.js core shader in our engine. check this out: 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.