#include <domProfile_common.h>
Definition at line 320 of file domProfile_common.h.
domProfile_common::domTechnique::domBlinn::domBlinn | ( | DAE & | dae | ) | [inline, protected] |
Constructor
Definition at line 394 of file domProfile_common.h.
virtual domProfile_common::domTechnique::domBlinn::~domBlinn | ( | ) | [inline, protected, virtual] |
Destructor
Definition at line 398 of file domProfile_common.h.
static DLLSPEC daeElementRef domProfile_common::domTechnique::domBlinn::create | ( | DAE & | dae | ) | [static] |
Creates an instance of this class and returns a daeElementRef referencing it.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::getAmbient | ( | ) | const [inline] |
Gets the ambient element.
Definition at line 349 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::getDiffuse | ( | ) | const [inline] |
Gets the diffuse element.
Definition at line 354 of file domProfile_common.h.
virtual COLLADA_TYPE::TypeEnum domProfile_common::domTechnique::domBlinn::getElementType | ( | ) | const [inline, virtual] |
Reimplemented from daeElement.
Definition at line 323 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::getEmission | ( | ) | const [inline] |
Gets the emission element.
Definition at line 344 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::getIndex_of_refraction | ( | ) | const [inline] |
Gets the index_of_refraction element.
Definition at line 389 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::getReflective | ( | ) | const [inline] |
Gets the reflective element.
Definition at line 369 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::getReflectivity | ( | ) | const [inline] |
Gets the reflectivity element.
Definition at line 374 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::getShininess | ( | ) | const [inline] |
Gets the shininess element.
Definition at line 364 of file domProfile_common.h.
const domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::getSpecular | ( | ) | const [inline] |
Gets the specular element.
Definition at line 359 of file domProfile_common.h.
const domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::getTransparency | ( | ) | const [inline] |
Gets the transparency element.
Definition at line 384 of file domProfile_common.h.
const domFx_common_transparentRef domProfile_common::domTechnique::domBlinn::getTransparent | ( | ) | const [inline] |
Gets the transparent element.
Definition at line 379 of file domProfile_common.h.
static daeInt domProfile_common::domTechnique::domBlinn::ID | ( | ) | [inline, static] |
Definition at line 324 of file domProfile_common.h.
virtual domBlinn& domProfile_common::domTechnique::domBlinn::operator= | ( | const domBlinn & | cpy | ) | [inline, protected, virtual] |
Overloaded assignment operator
Definition at line 402 of file domProfile_common.h.
static DLLSPEC daeMetaElement* domProfile_common::domTechnique::domBlinn::registerElement | ( | DAE & | dae | ) | [static] |
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
virtual daeInt domProfile_common::domTechnique::domBlinn::typeID | ( | ) | const [inline, virtual] |
Returns this element's type ID. Every element is an instance of a type specified in the Collada schema, and every schema type has a unique ID.
Implements daeElement.
Definition at line 325 of file domProfile_common.h.
Definition at line 329 of file domProfile_common.h.
Definition at line 330 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::elemEmission [protected] |
Definition at line 328 of file domProfile_common.h.
domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::elemIndex_of_refraction [protected] |
Definition at line 337 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::elemReflective [protected] |
Definition at line 333 of file domProfile_common.h.
domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::elemReflectivity [protected] |
Definition at line 334 of file domProfile_common.h.
Definition at line 332 of file domProfile_common.h.
domFx_common_color_or_textureRef domProfile_common::domTechnique::domBlinn::elemSpecular [protected] |
Definition at line 331 of file domProfile_common.h.
domFx_common_float_or_paramRef domProfile_common::domTechnique::domBlinn::elemTransparency [protected] |
Definition at line 336 of file domProfile_common.h.
Definition at line 335 of file domProfile_common.h.