Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: why wont this render?!

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2012
    Posts
    2

    why wont this render?!

    hi, im new here, but anyway... I usually program my games in c++, but my freelancing client wants me to write them in basic4gl and demo the map by the end of monday so pleeeeeeeeeeeeeeeeeeease help me find the reason why it will not render (been trying 2 days to solve the problem)
    code is loacted at
    http://pastebin.com/zxFRw4VX

    can you also check over the beginning section of loading in the object over, because i had to edit it because my model of the level does not have normal vector, also if you need my level (in .obj format) you can find it at

    http://www.mediafire.com/?ff5fguf1xq8wf56

    thank you SOOO much !!!
    p.s. i have a feeling that you need normals in order to render vectors on the screen, am i right?
    p.p.s. please forgive me if i posted this in the wrong area.

  2. #2
    Senior Member OpenGL Pro BionicBytes's Avatar
    Join Date
    Mar 2009
    Location
    UK, London
    Posts
    1,171

    Re: why wont this render?!

    i have a feeling that you need normals in order to render vectors on the screen, am i right
    Nope. Normals only affect lighting, not the rendering of geometry.
    I suggest checking your state, then submit simpler geometry which is known to work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •