GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::vertex_data::vertex_data_rep Class Reference
Collaboration diagram for octave::vertex_data::vertex_data_rep:

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
 
refcount< int > count
 
float diffuse
 
Matrix normal
 
float specular
 
float specular_color_refl
 
float specular_exp
 

Detailed Description

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

Constructor & Destructor Documentation

◆ vertex_data_rep() [1/2]

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

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

◆ vertex_data_rep() [2/2]

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 384 of file gl-render.cc.

Member Data Documentation

◆ alpha

double octave::vertex_data::vertex_data_rep::alpha

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

Referenced by octave::opengl_renderer::patch_tesselator::vertex().

◆ ambient

float octave::vertex_data::vertex_data_rep::ambient

◆ color

◆ coords

Matrix octave::vertex_data::vertex_data_rep::coords

◆ count

refcount<int> octave::vertex_data::vertex_data_rep::count

◆ diffuse

float octave::vertex_data::vertex_data_rep::diffuse

◆ normal

Matrix octave::vertex_data::vertex_data_rep::normal

◆ specular

float octave::vertex_data::vertex_data_rep::specular

◆ specular_color_refl

float octave::vertex_data::vertex_data_rep::specular_color_refl

◆ specular_exp

float octave::vertex_data::vertex_data_rep::specular_exp

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


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