texture map points?

Started by
0 comments, last by mod42 18 years, 4 months ago
1.yes im completely new to opengl :) 2.im wondering if its possible to instead of drawing a quad (GL_QUADS) you can use GL_POINTS to make a "square" and texture using the points coords? thx for the replies
Advertisement
Hi

Yes, thats possible. Take a look at GL_POINT_SPRITE. They are core since GL 2.0. If your OpenGL implementation is 1.5 or even lower you have to use ARB_point_sprite for this purpose.

mod42

This topic is closed to new replies.

Advertisement