GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
octave::vertex_data::vertex_data_rep Class Reference
Collaboration diagram for octave::vertex_data::vertex_data_rep:
Collaboration graph
[legend]

Public Member Functions

 vertex_data_rep (void)
 
 vertex_data_rep (const Matrix &c, const Matrix &col, const Matrix &n, double a, float as, float ds, float ss, float se, float scr)
 

Public Attributes

double alpha
 
float ambient
 
Matrix color
 
Matrix coords
 
octave_refcount< intcount
 
float diffuse
 
Matrix normal
 
float specular
 
float specular_color_refl
 
float specular_exp
 

Detailed Description

Definition at line 367 of file gl-render.cc.

Constructor & Destructor Documentation

octave::vertex_data::vertex_data_rep::vertex_data_rep ( void  )
inline

Definition at line 383 of file gl-render.cc.

octave::vertex_data::vertex_data_rep::vertex_data_rep ( const Matrix c,
const Matrix col,
const Matrix n,
double  a,
float  as,
float  ds,
float  ss,
float  se,
float  scr 
)
inline

Definition at line 388 of file gl-render.cc.

Member Data Documentation

double octave::vertex_data::vertex_data_rep::alpha

Definition at line 373 of file gl-render.cc.

float octave::vertex_data::vertex_data_rep::ambient
Matrix octave::vertex_data::vertex_data_rep::color
Matrix octave::vertex_data::vertex_data_rep::coords
octave_refcount<int> octave::vertex_data::vertex_data_rep::count
float octave::vertex_data::vertex_data_rep::diffuse
Matrix octave::vertex_data::vertex_data_rep::normal
float octave::vertex_data::vertex_data_rep::specular
float octave::vertex_data::vertex_data_rep::specular_color_refl
float octave::vertex_data::vertex_data_rep::specular_exp

Definition at line 377 of file gl-render.cc.


The documentation for this class was generated from the following file: