public

Inheritance Graph

graph BT
	Material
	click Material "classMinSG_1_1VoxelWorld_1_1Material"

Description

Public Functions

   
   
  Material()
   
const Util::Color4f & getColor() const
   
void setColor(const Util::Color4f & c)
   
const Util::Color4f & getLight() const
   
void setLight(const Util::Color4f & c)
   
float getReflectance() const
   
void setReflectance(float f)
   
bool isSolid() const
   
void setSolid(bool b)

Documentation

function
MinSG::VoxelWorld::Material::Material

public inline
   
   
Material( )

Defined in MinSG/Ext/VoxelWorld/Material.h:29


function
MinSG::VoxelWorld::Material::getColor

public const inline
   
   
const Util::Color4f & getColor( ) const

Defined in MinSG/Ext/VoxelWorld/Material.h:30


function
MinSG::VoxelWorld::Material::setColor

public inline
     
     
void setColor( const Util::Color4f & c )

Defined in MinSG/Ext/VoxelWorld/Material.h:31


function
MinSG::VoxelWorld::Material::getLight

public const inline
   
   
const Util::Color4f & getLight( ) const

Defined in MinSG/Ext/VoxelWorld/Material.h:33


function
MinSG::VoxelWorld::Material::setLight

public inline
     
     
void setLight( const Util::Color4f & c )

Defined in MinSG/Ext/VoxelWorld/Material.h:34


function
MinSG::VoxelWorld::Material::getReflectance

public const inline
   
   
float getReflectance( ) const

Defined in MinSG/Ext/VoxelWorld/Material.h:36


function
MinSG::VoxelWorld::Material::setReflectance

public inline
     
     
void setReflectance( float f )

Defined in MinSG/Ext/VoxelWorld/Material.h:37


function
MinSG::VoxelWorld::Material::isSolid

public const inline
   
   
bool isSolid( ) const

Defined in MinSG/Ext/VoxelWorld/Material.h:40


function
MinSG::VoxelWorld::Material::setSolid

public inline
     
     
void setSolid( bool b )

Defined in MinSG/Ext/VoxelWorld/Material.h:41