#include <ObjectProperties.h>

Public Member Functions |
|
| ObjectProperties (const awString::IString &name, const awString::IString &type) | |
| ObjectProperties (const ObjectProperties &src) | |
|
virtual awSupport::ParameterGroupRef |
clone () const |
| bool | hasOcclusionPerVertexData () const |
| bool | hasOcclusionTexture () const |
| bool | getOcclusionTexture (awString::IString &filename) const |
| bool | getOcclusionAttributes (awString::IString &path) const |
| bool | getOcclusionAttributesIndexed (int i, awString::IString &path) const |
| bool | areNormalsFlipped () const |
| bool | areNormalsAuto () const |
| void | doFlipNormals () const |
Static Public Member Functions |
|
| static const awString::IString & | getDrawType () |
Static Public Attributes |
|
| static const awString::IString | theClass |
Protected Member Functions |
|
| virtual | ~ObjectProperties () |
| ObjectProperties | ( | const awString::IString & | name, |
| const awString::IString & | type | ||
| ) |
| ObjectProperties | ( | const ObjectProperties & | src | ) |
| virtual ~ObjectProperties | ( | ) | [protected, virtual] |
| virtual awSupport::ParameterGroupRef clone | ( | ) | const [virtual] |
Reimplemented from ValueParameterGroup.
| bool hasOcclusionPerVertexData | ( | ) | const |
| bool hasOcclusionTexture | ( | ) | const |
| bool getOcclusionTexture | ( | awString::IString & | filename | ) | const |
| bool getOcclusionAttributes | ( | awString::IString & | path | ) | const |
| bool getOcclusionAttributesIndexed | ( | int | i, |
| awString::IString & | path | ||
| ) | const |
| bool areNormalsFlipped | ( | ) | const |
| bool areNormalsAuto | ( | ) | const |
| void doFlipNormals | ( | ) | const |
| static const awString::IString& getDrawType | ( | ) | [static] |
const awString::IString
theClass [static] |