|
| __init__ (const EggMaterial copy) |
|
| __init__ (str mref_name) |
|
| clearAmb () |
|
| clearBase () |
|
| clearDiff () |
|
| clearEmit () |
|
| clearIor () |
|
| clearLocal () |
|
| clearMetallic () |
|
| clearRoughness () |
|
| clearShininess () |
|
| clearSpec () |
|
LColor | getAmb () |
| It is legal to call this even if has_amb() returns false.
|
|
LColor | getBase () |
| It is legal to call this even if has_base() returns false.
|
|
LColor | getDiff () |
| It is legal to call this even if has_diff() returns false.
|
|
LColor | getEmit () |
| It is legal to call this even if has_emit() returns false.
|
|
double | getIor () |
|
bool | getLocal () |
|
double | getMetallic () |
|
double | getRoughness () |
|
double | getShininess () |
|
LColor | getSpec () |
| It is legal to call this even if has_spec() returns false.
|
|
bool | hasAmb () |
|
bool | hasBase () |
|
bool | hasDiff () |
|
bool | hasEmit () |
|
bool | hasIor () |
|
bool | hasLocal () |
|
bool | hasMetallic () |
|
bool | hasRoughness () |
|
bool | hasShininess () |
|
bool | hasSpec () |
|
bool | isEquivalentTo (const EggMaterial other, int eq) |
| Returns true if the two materials are equivalent in all relevant properties (according to eq), false otherwise.
|
|
| setAmb (const LColor amb) |
|
| setBase (const LColor base) |
|
| setDiff (const LColor diff) |
|
| setEmit (const LColor emit) |
|
| setIor (double ior) |
|
| setLocal (bool local) |
|
| setMetallic (double metallic) |
|
| setRoughness (double roughness) |
|
| setShininess (double shininess) |
|
| setSpec (const LColor spec) |
|
bool | sortsLessThan (const EggMaterial other, int eq) |
| An ordering operator to compare two materials for sorting order.
|
|
Public Member Functions inherited from EggNode |
object | __reduce__ () |
|
| applyTexmats () |
| Applies the texture matrices to the UV's of the vertices that reference them, and then removes the texture matrices from the textures themselves.
|
|
EggRenderMode | determineAlphaMode () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has an alpha_mode other than AM_unspecified.
|
|
EggRenderMode | determineBin () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has a bin specified.
|
|
bool | determineDecal () |
| Walks back up the hierarchy, looking for an EggGroup at this level or above that has the "decal" flag set.
|
|
EggRenderMode | determineDepthOffset () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has a depth_offset specified.
|
|
EggRenderMode | determineDepthTestMode () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has a depth_test_mode other than DTM_unspecified.
|
|
EggRenderMode | determineDepthWriteMode () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has a depth_write_mode other than DWM_unspecified.
|
|
EggRenderMode | determineDrawOrder () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has a draw_order specified.
|
|
bool | determineIndexed () |
| Walks back up the hierarchy, looking for an EggGroup at this level or above that has the "indexed" scalar set.
|
|
EggRenderMode | determineVisibilityMode () |
| Walks back up the hierarchy, looking for an EggGroup or EggPrimitive or some such object at this level or above this node that has a visibility_mode other than VM_unspecified.
|
|
| flattenTransforms () |
| Removes any transform and instance records from this node in the scene graph and below.
|
|
int | getDepth () |
| Returns the number of nodes above this node in the egg hierarchy.
|
|
const LMatrix4d | getNodeFrame () |
| Returns the coordinate frame of the node itself.
|
|
const LMatrix4d | getNodeFrameInv () |
| Returns the inverse of the matrix returned by get_node_frame().
|
|
const LMatrix4d | getNodeFrameInvPtr () |
| Returns either a NULL pointer or a unique pointer shared by nodes with the same get_node_frame_inv() matrix.
|
|
const LMatrix4d | getNodeFramePtr () |
| Returns either a NULL pointer or a unique pointer shared by nodes with the same get_node_frame() matrix.
|
|
const LMatrix4d | getNodeToVertex () |
| Returns the transformation matrix suitable for converting vertices in the coordinate space of the node to the appropriate coordinate space for storing in the egg file.
|
|
const LMatrix4d | getNodeToVertexPtr () |
| Returns either a NULL pointer or a unique pointer shared by nodes with the same get_node_to_vertex() matrix.
|
|
EggGroupNode | getParent () |
|
const LMatrix4d | getVertexFrame () |
| Returns the coordinate frame of the vertices referenced by primitives at or under this node.
|
|
const LMatrix4d | getVertexFrameInv () |
| Returns the inverse of the matrix returned by get_vertex_frame().
|
|
const LMatrix4d | getVertexFrameInvPtr () |
| Returns either a NULL pointer or a unique pointer shared by nodes with the same get_vertex_frame_inv() matrix.
|
|
const LMatrix4d | getVertexFramePtr () |
| Returns either a NULL pointer or a unique pointer shared by nodes with the same get_vertex_frame() matrix.
|
|
const LMatrix4d | getVertexToNode () |
| Returns the transformation matrix suitable for converting the vertices as read from the egg file into the coordinate space of the node.
|
|
const LMatrix4d | getVertexToNodePtr () |
| Returns either a NULL pointer or a unique pointer shared by nodes with the same get_vertex_to_node() matrix.
|
|
bool | isAnimMatrix () |
| Returns true if this node represents a table of animation transformation data, false otherwise.
|
|
bool | isJoint () |
| Returns true if this particular node represents a <Joint> entry or not.
|
|
bool | isLocalCoord () |
| Returns true if this node's vertices are not in the global coordinate space.
|
|
bool | isUnderInstance () |
| Returns true if there is an <Instance> node somewhere in the egg tree at or above this node, false otherwise.
|
|
bool | isUnderTransform () |
| Returns true if there is a <Transform> entry somewhere in the egg tree at or above this node, false otherwise.
|
|
EggNode | operator= (const EggNode copy) |
|
bool | parseEgg (str egg_syntax) |
| Parses the egg syntax given in the indicate string as if it had been read from the egg file within this object's definition.
|
|
int | renameNode (VectorString strip_prefix) |
| Rename by stripping out the prefix.
|
|
| testUnderIntegrity () |
|
| transform (const LMatrix4d mat) |
| Applies the indicated transformation to the node and all of its descendants.
|
|
| transformVerticesOnly (const LMatrix4d mat) |
| Applies the indicated transformation only to vertices that appear in global space within vertex pools at this node and below.
|
|
| write (Ostream out, int indent_level) |
|
Public Member Functions inherited from EggNamedObject |
| __init__ (const EggNamedObject copy) |
|
| __init__ (str name) |
|
EggNamedObject | operator= (const EggNamedObject copy) |
|
| output (Ostream out) |
|
Public Member Functions inherited from EggObject |
| __init__ () |
|
| __init__ (const EggObject copy) |
|
| clearUserData () |
| Removes all user data pointers from the node.
|
|
| clearUserData (TypeHandle type) |
| Removes the user data pointer of the indicated type.
|
|
EggUserData | getUserData () |
| Returns the user data pointer most recently stored on this object, or NULL if nothing was previously stored.
|
|
EggUserData | getUserData (TypeHandle type) |
| Returns the user data pointer of the indicated type, if it exists, or NULL if it does not.
|
|
bool | hasUserData () |
| Returns true if a generic user data pointer has recently been set and not yet cleared, false otherwise.
|
|
bool | hasUserData (TypeHandle type) |
| Returns true if the user data pointer of the indicated type has been set, false otherwise.
|
|
EggObject | operator= (const EggObject copy) |
|
| setUserData (EggUserData user_data) |
| Sets the user data associated with this object.
|
|
Public Member Functions inherited from TypedObject |
TypeHandle | getType () |
|
int | getTypeIndex () |
| Returns the internal index number associated with this object's TypeHandle, a unique number for each different type.
|
|
bool | isExactType (TypeHandle handle) |
| Returns true if the current object is the indicated type exactly.
|
|
bool | isOfType (TypeHandle handle) |
| Returns true if the current object is or derives from the indicated type.
|
|
Public Member Functions inherited from ReferenceCount |
int | getRefCount () |
| Returns the current reference count.
|
|
| ref () |
| Explicitly increments the reference count.
|
|
bool | testRefCountIntegrity () |
| Does some easy checks to make sure that the reference count isn't completely bogus.
|
|
bool | testRefCountNonzero () |
| Does some easy checks to make sure that the reference count isn't zero, or completely bogus.
|
|
bool | unref () |
| Explicitly decrements the reference count.
|
|
Public Member Functions inherited from Namable |
| __init__ (const Namable) |
|
| __init__ (str initial_name) |
|
| clearName () |
| Resets the Namable's name to empty.
|
|
str | getName () |
|
bool | hasName () |
| Returns true if the Namable has a nonempty name set, false if the name is empty.
|
|
| output (Ostream out) |
| Outputs the Namable.
|
|
| setName (str name) |
|