Pregunta

Well, i'm looking for a good guide to program Topdown 3D in C++. Where i can find a good one?

Thanks.

¿Fue útil?

Solución

Topdown isn't any different than any other 3D programming - except for the position of the viewer.

You can get some more information about what you want to do by checking out gluLookAt()

Your "up" would be X or Z depending on what you wanted to do and if you still wanted to use right-handed coordinates for everything else.

Otros consejos

Check out Isometric at the nehe tutorials site.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top