sphore 0.0.1
SPH openGL rendering engine

_data_lines Struct Reference

The internal storage for data to be rendered as lines. More...

Data Fields

Users james sphore src data
lines dl c unsigned int 
n
float * colour
GLuint list
float * x
float * y
float * z

Detailed Description

The internal storage for data to be rendered as lines.

Public access through data_lines_t.


Field Documentation

float* colour

The colour of the lines.

GLuint list

A display list for the rendering.

Users james sphore src data lines dl c unsigned int n

The number of control points.

float* x

Pointers to the external data.

float* y
float* z

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines