does coordinate system change?

Hello, girls:) I need your authority opinion. Very simple question.

I have a color cube for example. I have a coordinate system x0,y0,z0. Then object appears I begin to rotate it using mouse. So, it changes x0,y0,z0 coordinate system to new x1,y1,z1 coordinate system or it just rotates an object?

Message was edited by:

America70

[356 byte] By [bronze-starDukes] at [2007-11-26 12:12:07]
# 1

> Very simple question.

If it is then you need to improve the way you are asking it.

> I have a color cube for example. I have a coordinate

> system x0,y0,z0. Then object appears I began to

> rotate it using mouse. So, it changes x0,y0,z0

> coordinate system to new x1,y1,z1 coordinate system

> or it just rotates an object?

What do you want it to do? I don't understand your question.

silverstar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...
# 2

Ok. I have an object 3D. For example I have a color cube. I rotate it.

//new:

BranchGroup BG=new BranchGroup();

TransformGroup TG=new TransformGroup();

Transform3D rotator=new Transform3D();

//3d-object:

Shape3D shape=new Shape3D();

//commands:

rotator.rotX(Math.PI/4);

//put it all together:

TG.addChild(rotator);

TG.addChild(shape);

BG.addChild(TG);

/*

adding BG to universe

*/

My question is:

That action will do:

1)change the coordinate system

2)change the coordinates of object.

null

bronzestar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...
# 3
Why didn't you ask this in the Java 3D forum? That is where you put your first question.I still don't understand what your question is? Are asking what this code does?Are you trying to change the coordinate system or coordinates of the object?
silverstar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...
# 4
LOL. If you do not understand what I am talking about, tell me why are you flooding here? I do not want to know what my code does. I know it very well. It will turn my object. I want to knowH - O - WJava does it.
bronzestar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...
# 5
Dont crosspost. Keep your question to the Java3D forum.
goldstar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...
# 6
> That action will do:> 1)change the coordinate system> 2)change the coordinates of object.There's a difference?> Dont crosspost. Keep your question to the Java3D forum.Sorry - I'll go there in search of an answer then.
goldstar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...
# 7
> Hello, girls:) Now there's a new one. :)
silverstar at 2007-7-7 14:11:36 > top of Java-index,Archived Forums,Socket Programming...