MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / gl_example

Function gl_example

website/examples/gl.cpp:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <Imath/ImathGL.h>
2
3void
4gl_example ()
5{
6 Imath::M44f M;
7 glPushMatrix (M);
8
9 Imath::V3f v (0.0f, 1.0f, 2.0f);
10 glVertex (v);
11}

Callers

nothing calls this directly

Calls 1

glVertexFunction · 0.85

Tested by

no test coverage detected