Open CASCADE Technology  7.3.0
Enumerations

Graphic3d_TypeOfLightSource.hxx File Reference

Enumerations

enum  Graphic3d_TypeOfLightSource {
  Graphic3d_TOLS_AMBIENT, Graphic3d_TOLS_DIRECTIONAL, Graphic3d_TOLS_POSITIONAL, Graphic3d_TOLS_SPOT,
  V3d_AMBIENT = Graphic3d_TOLS_AMBIENT, V3d_DIRECTIONAL = Graphic3d_TOLS_DIRECTIONAL, V3d_POSITIONAL = Graphic3d_TOLS_POSITIONAL, V3d_SPOT = Graphic3d_TOLS_SPOT
}
 Definition of all the type of light source. More...
 
enum  { Graphic3d_TypeOfLightSource_NB = Graphic3d_TOLS_SPOT + 1 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
Graphic3d_TypeOfLightSource_NB 

Auxiliary value defining the overall number of values in enumeration Graphic3d_TypeOfLightSource.

◆ Graphic3d_TypeOfLightSource

Definition of all the type of light source.

Enumerator
Graphic3d_TOLS_AMBIENT 

ambient light

Graphic3d_TOLS_DIRECTIONAL 

directional light

Graphic3d_TOLS_POSITIONAL 

positional light

Graphic3d_TOLS_SPOT 

spot light

V3d_AMBIENT 
V3d_DIRECTIONAL 
V3d_POSITIONAL 
V3d_SPOT