Howdy, I have an smd model with .qc file that I must rotate in z and x axis. The problem is - I can only use 1 axis via $origin and $upaxis and I CAN'T use multiple compiles - has to be done in 1 compile. I require assistance
Not sure but if it is a static model couldn't you use?
[code]
$sequence idle "model.smd" {
rotate 0 0 0
}
[/code]