2011/5/12 Peter Williams <[email protected]>: > That's exactly what I need. Would you mind please archiving it and > uploading it to http://hotfile.com -- file sharing website. > > Also, what changes would need to be made to allow the user to user the > arrow cursor keys to move forward and backwards (up and down arrow) > and turn left and right (left and right arrow)...? Such that the user > can move through the maze? > > That's really the only change that I can see that needs to be made. > > I also need to source code please. > > Thanks. > > Best Regards, > Peter
I added a very very simple movement system, but just to see a way how it can be done... well, it isn't a good way. Best thing should be the use of GLFPSMovement, but I never used yet. http://www.kjow.net/download.php?get=Maze3D_with_sources.7z GLScene is easy for starting something, but then, if the project will grow up, it is needed a skill even more greater. use: svn co https://glscene.svn.sourceforge.net/svnroot/glscene/trunk GLScene Today's revision have some issues, use r5699 that works well. Later, today, these issues should be fixed. I can suggest you to take a look to the many many demos that are downloaded with sources. ..\lazarus\components\GLScene\DemosLCL ..\lazarus\components\GLScene\Demos (here there more demos for Delphi, not yet translated for Lazarus) and to follow GLScene forum: https://sourceforge.net/apps/phpbb/glscene/ Regards, Kjow -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
