Hello Guest

noob question please help!

  • 1 Replies
  • 5964 Views
noob question please help!
« on: May 16, 2007, 21:38:09 »
i have a question.

how can i generate an irregular 3D object using opengl? say like.. an potted plant?


*

Offline bobjob

  • ****
  • 394
  • LWJGL: WOW SO GOOD
Re: noob question please help!
« Reply #1 on: May 17, 2007, 05:59:01 »
if you understand how to display multiple triangles on the screen, take a look at the (Wavefront)".obj" file format. easy to import modles into opengl from it.

one thing to remeber is when making a ".obj" file from blender or 3dsmax make sure to triangulate it. it will make coding it into your program heeps easyer.