Jo Engine Forum

Sega Saturn Development => General Jo Engine Help => Topic started by: b1tsh1ft3r on October 22, 2017, 09:58:19 pm

Title: 3D 1st person view with TileMap
Post by: b1tsh1ft3r on October 22, 2017, 09:58:19 pm
Hello everyone!

Just curious if maybe there is a good tutorial explaining some of the 3d functions and best practices with use? I would like to setup something similar to the 3D Map demo included with jo engine but put a 1st person camera view and movement to the demo over a tilemap displayed in 3d. Im familiar with how 3D view space works, but im new to 3d programming. If anyone has any good tips or docs where i could start i would be very greatful!

Thanks!
Title: Re: 3D 1st person view with TileMap
Post by: mindslight on October 23, 2017, 09:31:18 am
Hi,

Did you see this topic: http://forum.jo-engine.org/index.php?topic=809.0
Title: Re: 3D 1st person view with TileMap
Post by: b1tsh1ft3r on October 24, 2017, 03:16:58 am
I have seen the demo, however its a bit advanced for me just starting out with 3d programming i have to admit. i understand somewhat but im looking to see if perhaps there is an explanation on some of the functions like the rotate matrix/transform matrix ect.., or perhaps ordering in which some of the commands are called. Id like to get a good grasp on some of the functions and their true meaning and use before trying to dive into piecing something together.