scolen Posted Saturday at 08:20 Share Posted Saturday at 08:20 How can I add the red smoke from the stuntplane to the Hydra jet? I tried, but it wasn't successful. Link to comment
DiSaMe Posted 18 hours ago Share Posted 18 hours ago (edited) What did you try? It may help if you gave more info since we may be able to tell why it didn't work. You can call createEffect to create a particle-emitting element and attach it to Hydra using attachElements. But I don't know if there's an effect for red smoke. Another option is to call fxCreateParticle repeatedly, in short intervals. This one is more flexible (you can customize colors and other parameters) so you can make smoke of whatever color you want. For position, you can use getElementPosition if placing the smoke at the center of Hydra is enough for you, or getElementMatrix with some calculations if you want to put it at some offset relative to Hydra. Edited 18 hours ago by DiSaMe 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