DEBSOURCES
Skip Quicknav
sources / imath / 3.1.12-1 / website / examples / gl.cpp
123456789101112
#include <Imath/ImathGL.h> void gl_example() { Imath::M44f M; glPushMatrix (M); Imath::V3f v (0.0f, 1.0f, 2.0f); glVertex (v); }