Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Bug Reports / Ezrotate version 4

Author
Message
basjak
13
Years of Service
User Offline
Joined: 16th Apr 2010
Location: feel like signing up for mars
Posted: 4th May 2010 20:08
Ezrotate version 4 does not apply rotation to the object new pivot so as the object is rotating, the axis direction dose not change.

////this is the code:
sync on
sync rate 80
autocam off
position camera 0,0,0,-100
load image "media\grass_t.jpg",1
make object cube 1,25
texture object 1,1
do
Ezro_objly 1,1
move object 1,1
sync
loop
end


////now compare it with this code:
sync on
sync rate 80
autocam off
position camera 0,0,0,-100

load image "media\grass_t.jpg",1
make object cube 1,25
texture object 1,1

do
move object 1,1
xrotate object 1,g#
inc g#,1

sync
loop

end

Login to post a reply

Server time is: 2024-03-28 13:23:52
Your offset time is: 2024-03-28 13:23:52