Hi I'm sure there is a very simple solution to this problem, but i cannot see it, so im posting it in this board:
I have a model made in max 8 that has a bone where the camera is going to be placed, ive exported this model using panda .x exporter. i created a sphere and glued it to the limb and that works fine however as soon as i try and position the camera to the sphere the camera appears in what i think is the middle of my world, not where it should be!
Heres the part of my code that has the problem, any help would be greatly appreciated!
load object "toyot3.X", 2
scale object 2, 41,41,41
make object sphere 99, 1
glue object to limb 99,2,1
`hide object 99
a#=object angle y(99)
x#=object position x(99)
y#=object position y(99)
z#=object position z(99)
position camera x#,y#,z#
Thanks!
I seek perfection but wear my scars with pride