Hodo33 Posted January 1, 2019 Posted January 1, 2019 Is the engine capable of rendering a decal on a vehicle? If so how can I do that. Have tried but they don't seem to want to render on a dynamic object Quote
marauder2k9 Posted January 1, 2019 Posted January 1, 2019 for the time being i don't think so, the decal wouldn't stay on an object that moves anyway but there was a few forums floating around that specified and talked about ways of adding decals that stay on objects that move though im not sure where it is if i find it ill link it to you. There are a number of different methods for adding decals to objects that could be implemented into torque though, one that i thought would be best would be decals that actually modify and apply to the texture of the object this way u don't have to actually worry about the engine having to keep track of the position of the decal in real time Quote
Hodo33 Posted January 2, 2019 Author Posted January 2, 2019 Thanks for the reply. I was thinking of adding a transparent layer to the material if I could see the U,V layout. Just wanted a sign on the side of my helicopters... Quote
Duion Posted January 2, 2019 Posted January 2, 2019 If you just want to add something to the texture, just paint it on the texture, it does not have to be a dynamic decal then. Quote
Happenstance Posted January 2, 2019 Posted January 2, 2019 Easiest route is just painting the sign into the helicopter's texture, as Duion said. You could even have multiple versions of the helicopter texture (maybe one with the decal, one without) and switch between them using setSkinName(). Depending on the effect you're after, you might also look into using a light with a 'cookie' texture to project the decal. Quote
Bloodknight Posted January 8, 2019 Posted January 8, 2019 just to extend that idea, I believe there is support for multiple UVs, so you could have a generic texture and a different UV for logos etc. Quote
Duion Posted January 9, 2019 Posted January 9, 2019 You can also add the logo as a model onto the other model, that way it is even physically separated. Multiple UV maps work as well of course, there are 4 slots in Torque by default. Quote
DOMINIQUE Posted July 24, 2019 Posted July 24, 2019 Decent need to accomplish something like this with mine. Quote
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.