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: Clear Vertex?

  1. #1
    Junior Member Newbie
    Join Date
    Jan 2004
    Posts
    1

    Clear Vertex?

    Hello,

    I am very new to OpenGL and i was wondering if there is a function that actually destroys a vertex.. something like the oposite of glVertex3*().

    Thank You

    Bojko

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Jun 2000
    Location
    Gastonia, NC, USA
    Posts
    2,096

    Re: Clear Vertex?

    No, since there is no need for one. When there is a change in your scene you must redraw the whole scene, so if there is a vertex you don't want draw, just don't draw it on the next screen update.

    Originally posted by bojko:
    Hello,

    I am very new to OpenGL and i was wondering if there is a function that actually destroys a vertex.. something like the oposite of glVertex3*().

    Thank You

    Bojko

Posting Permissions

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