Need some help on rotating the thrust emitter from the raptor to 45 degrees what's the setting for this. I was reading something that said acceleration and adjust the z but didn't do anthing
Announcement
Collapse
No announcement yet.
Raptor thrust emitter Helpppppppppppp
Collapse
X
-
Hi unrealloco, if you are subclassing the Raptor, take a lool at the lines "TrailEffects[i].SetRelativeRotation( rot(0,32768,0) );" in the 'DrivingStatusChanged' simulated event. You should be able to play with those rotation values to get what you want (without having to duplicating the model into another package and fiddling with the attachment points). You may need to "unroll" the TrailEffects 'for' loop to account for each side (e.g. if the left exhaust was pointing left, and the right exhaust to the right).
-
Gimbal lock can be a problem with pitch-yaw-roll rotations. Try setting the 32768 value to something like 32760, then mess with the other two values, or maybe even try incrementing either the pitch or roll value by +1 each tick and setting the rotation by calling SetRelativeRotation again.
[EDIT] based on your screenshot maybe try something like this: rot(8192,32768,0) or rot(-8192,32768,0)
I don't remember which order the rotation values are applied (pitch then yaw then roll -or- yaw then pitch then roll)
Comment
-
For the damage mesh texture I usually just use one of the rusty metal textures (exported from humanoid text or from some free texture website), and then paint over the original skin in spots with a "splotchy" brush (I use JASC PaintshopPro), and maybe some dark, almost black, spots that look like burns. It seems like a lot of the base damaged textures just desaturated the color of base skin, then gave it a brownish hue with some dark burned spots.
Comment
Comment