thcmedia / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

yaw/pitch/roll changes disable their true function #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
var cone = new Cone();
var cone.pitch = -40;

processFrame():void {
    cone.yaw +=5;
}

I expect to see the cone rotate along the cone's own axis, instead it
rotates around the Y axis.

Rev 648, I assume 647 is the culprit from the SVN logs.

Please do keep those values as properties instead of methods though, if you
want something like yaw(5), then name it incrementYaw().

Thanks!

Original issue reported on code.google.com by Ultimate...@gmail.com on 18 Jul 2008 at 6:43

GoogleCodeExporter commented 8 years ago
Nevermind - the new methodology of using rotation[X|Y|Z] instead of pitch to 
angle
objects is much smarter. 

Somebody should tell this guy though: 
http://papervision2.com/4-basic-template-usage/

Original comment by Ultimate...@gmail.com on 18 Jul 2008 at 6:47

GoogleCodeExporter commented 8 years ago
External sources using our beta code aren't supported by the team. We just 
can't. So
the guy needs to change himself.

Original comment by r.hauw...@gmail.com on 31 Jul 2008 at 12:37