game style project

Hi

I am trying to find help on a few areas of my OpenGL project that I am working on:

  • a screen where users can draw lines in a space on the screen (i.e. to form a 2D building shape)

  • get coordinates of these lines and from them create a 3D room scene (should be easy enough to do based on tutorial 10 from nehe but the problem is getting the coords)

  • place objects/meshes in a 3D scene

  • stop the user from being able to walk through walls (not so important at the mo)

any pointers to helpful sites/tutorials or any help would be much appreciated!

thanks
Gareth
<><

Look’s like you own you way, by the time you work your way up to nehe’s lesson 33 all the things you ask will be covered.

The cornflake zone has some good stuff on creating a 3D editor on it.

also www.gamedev.net on the main page has other hosted sites on game creation.

Originally posted by dfanuk:
[b]Hi

I am trying to find help on a few areas of my OpenGL project that I am working on:

  • a screen where users can draw lines in a space on the screen (i.e. to form a 2D building shape)
  • get coordinates of these lines and from them create a 3D room scene (should be easy enough to do based on tutorial 10 from nehe but the problem is getting the coords)
  • place objects/meshes in a 3D scene
  • stop the user from being able to walk through walls (not so important at the mo)

any pointers to helpful sites/tutorials or any help would be much appreciated!

thanks
Gareth
<><[/b]