PDA

View Full Version : Walking into a 3d stage


Nick3d
03-04-2008, 06:07 AM
Hi everyone, I'm trying to do something with the mod tool and XNA, I've already build my location ( a house for trial ) and I want to "walk" into this house.

No character walking, will be only a first person visual, you can move with the keyboard arrows and you can look around with the mouse...

Anyone knows some tutorials about that?

Thanks :)

hex21189
05-12-2008, 08:42 PM
well don't know about an tutorials, but all you really need to do is update the cameras position, and interest point according to the button pressed, and the cameras view should take care of the rest.

audai
08-29-2008, 09:02 AM
thank u very mutch

jentzenmooney
09-28-2008, 02:04 AM
Using the XNA example shipped with the XSI Mod tool will help you understand how to get the result you would like to achieve.