Camera and Objects..

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
Mr. Lollipop

Camera and Objects..

Post by Mr. Lollipop »

Is there a way that a camera can have the same "Rotation" member as the object?

Because last time I twiddled around with the hello world program, the camera had something like the "lookat" instead of "Rotation".

Also, do camera types also feature an offset if you have the object rotation aligned with the camera?

I know how to make objects bounce and stuff. But that is vitally needed for my future projects.
luismesas
Posts: 8
Joined: Mon Oct 17, 2005 8:12 pm

Post by luismesas »

You mean a way to rotate camera with same vector than the object?[/code]
Mr. Lollipop

Post by Mr. Lollipop »

yes
Locked