Panda3D
|
This is the primary interface into all the egg data, and the root of the egg file structure. More...
#include <pandadoc.hpp>
Public Member Functions | |
__init__ () | |
__init__ (const EggData copy) | |
int | collapseEquivalentMaterials () |
Removes duplicate references to the same material with the same properties. | |
int | collapseEquivalentTextures () |
Removes duplicate references to the same texture image with the same properties. | |
bool | getAutoResolveExternals () |
Indicates whether the EggData object will automatically resolve any external references when read() is called. | |
CoordinateSystem | getCoordinateSystem () |
Returns the coordinate system in which the egg file is defined. | |
const Filename | getEggFilename () |
Returns the directory in which the egg file is considered to reside. | |
time_t | getEggTimestamp () |
Returns the timestamp of the egg file on disk, at the time it was opened for reading, or 0 if this information is not available. | |
bool | loadExternals (const DSearchPath searchpath) |
Loads up all the egg files referenced by <File> entries within the egg structure, and inserts their contents in place of the <File> entries. | |
bool | loadExternals (const DSearchPath searchpath, BamCacheRecord record) |
Loads up all the egg files referenced by <File> entries within the egg structure, and inserts their contents in place of the <File> entries. | |
merge (EggData other) | |
Appends the other egg structure to the end of this one. | |
EggData | operator= (const EggData copy) |
bool | originalHadAbsolutePathnames () |
Returns true if the data processed in the last call to read() contained absolute pathnames, or false if those pathnames were all relative. | |
bool | read (Filename filename, str display_name) |
Opens the indicated filename and reads the egg data contents from it. | |
bool | read (Istream in) |
Parses the egg syntax contained in the indicated input stream. | |
recomputePolygonNormals () | |
Recomputes all the polygon normals for polygon geometry at this group node and below so that they accurately reflect the vertex positions. | |
recomputeVertexNormals (double threshold) | |
Recomputes all the vertex normals for polygon geometry at this group node and below so that they accurately reflect the vertex positions. | |
setAutoResolveExternals (bool resolve) | |
Indicates whether the EggData object will automatically resolve any external references when read() is called. | |
setCoordinateSystem (CoordinateSystem coordsys) | |
Changes the coordinate system of the EggData. | |
setEggFilename (const Filename egg_filename) | |
Sets the filename–especially the directory part–in which the egg file is considered to reside. | |
setEggTimestamp (time_t egg_timestamp) | |
Sets the timestamp of the egg file on disk, at the time it was opened for reading. | |
stripNormals () | |
Removes all normals from primitives, and the vertices they reference, at this node and below. | |
bool | writeEgg (Filename filename) |
The main interface for writing complete egg files. | |
bool | writeEgg (Ostream out) |
The main interface for writing complete egg files. | |
![]() | |
__init__ (const EggGroupNode copy) | |
__init__ (str name) | |
EggNode | addChild (EggNode node) |
Adds the indicated child to the group and returns it. | |
applyFirstAttribute (bool recurse) | |
Sets the first vertex of the triangle (or each component) to the primitive normal and/or color, if the primitive is flat-shaded. | |
applyLastAttribute (bool recurse) | |
Sets the last vertex of the triangle (or each component) to the primitive normal and/or color, if the primitive is flat-shaded. | |
clear () | |
clearConnectedShading () | |
Resets the connected_shading information on all primitives at this node and below, so that it may be accurately rederived by the next call to get_connected_shading(). | |
bool | empty () |
EggNode | findChild (str name) |
Returns the child of this node whose name is the indicated string, or NULL if there is no child of this node by that name. | |
forceFilenames (const Filename directory) | |
Similar to resolve_filenames, but each non-absolute filename encountered is arbitrarily taken to be in the indicated directory, whether or not the so- named filename exists. | |
object | getChildren () |
getConnectedShading () | |
Queries the connected_shading information on all primitives at this node and below, to ensure that it has been completely filled in before we start mucking around with vertices. | |
EggNode | getFirstChild () |
Returns the first child in the group's list of children, or NULL if the list of children is empty. | |
EggNode | getNextChild () |
Returns the next child in the group's list of children since the last call to get_first_child() or get_next_child(), or NULL if the last child has been returned. | |
bool | hasAbsolutePathnames () |
Returns true if any nodes at this level and below include a reference to a file via an absolute pathname, or false if all references are relative. | |
bool | hasNormals () |
Returns true if any of the primitives (e.g. | |
bool | hasPrimitives () |
Returns true if there are any primitives (e.g. | |
bool | jointHasPrimitives () |
Returns true if there are any primitives (e.g. | |
makePointPrimitives () | |
Creates PointLight primitives to reference any otherwise unreferences vertices discovered in this group or below. | |
meshTriangles (int flags) | |
Combine triangles together into triangle strips, at this group and below. | |
EggGroupNode | operator= (const EggGroupNode copy) |
postApplyFlatAttribute (bool recurse) | |
Intended as a followup to apply_last_attribute(), this also sets an attribute on the first vertices of the primitive, if they don't already have an attribute set, just so they end up with something. | |
recomputePolygonNormals (CoordinateSystem cs) | |
Recomputes all the polygon normals for polygon geometry at this group node and below so that they accurately reflect the vertex positions. | |
bool | recomputeTangentBinormal (const GlobPattern uv_name) |
This function recomputes the tangent and binormal for the named texture coordinate set for all vertices at this level and below. | |
bool | recomputeTangentBinormal (const VectorString names) |
This function recomputes the tangent and binormal for the named texture coordinate sets. | |
bool | recomputeTangentBinormalAuto () |
This function recomputes the tangent and binormal for any texture coordinate set that affects a normal map. | |
recomputeVertexNormals (double threshold, CoordinateSystem cs) | |
Recomputes all the vertex normals for polygon geometry at this group node and below so that they accurately reflect the vertex positions. | |
EggNode | removeChild (EggNode node) |
Removes the indicated child node from the group and returns it. | |
int | removeInvalidPrimitives (bool recurse) |
Removes primitives at this level and below which appear to be degenerate; e.g. | |
int | removeUnusedVertices (bool recurse) |
Removes all vertices from VertexPools within this group or below that are not referenced by at least one primitive. | |
int | renameNodes (VectorString strip_prefix, bool recurse) |
Rename by stripping out the prefix. | |
resolveFilenames (const DSearchPath searchpath) | |
Walks the tree and attempts to resolve any filenames encountered. | |
reverseVertexOrdering () | |
Reverses the vertex ordering of all polygons defined at this node and below. | |
EggGroupNode::SizeType | size () |
stealChildren (EggGroupNode other) | |
Moves all the children from the other node to this one. | |
stripNormals () | |
Removes all normals from primitives, and the vertices they reference, at this node and below. | |
int | triangulatePolygons (int flags) |
Replace all higher-order polygons at this point in the scene graph and below with triangles. | |
unifyAttributes (bool use_connected_shading, bool allow_per_primitive, bool recurse) | |
Applies per-vertex normal and color to all vertices, if they are in fact per-vertex (and different for each vertex), or moves them to the primitive if they are all the same. | |
![]() | |
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) | |
![]() | |
__init__ (const EggNamedObject copy) | |
__init__ (str name) | |
EggNamedObject | operator= (const EggNamedObject copy) |
output (Ostream out) | |
![]() | |
__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. | |
![]() | |
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. | |
![]() | |
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. | |
![]() | |
__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) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
static bool | resolveEggFilename (Filename egg_filename, const DSearchPath searchpath) |
Looks for the indicated filename, first along the indicated searchpath, and then along the model_path. | |
![]() | |
static TypeHandle | getClassType () |
static bool | isRight (const LVector2d v1, const LVector2d v2) |
Returns true if the 2-d v1 is to the right of v2. | |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
![]() | |
static TypeHandle | getClassType () |
Public Attributes | |
bool | auto_resolve_externals |
Indicates whether the EggData object will automatically resolve any external references when read() is called. | |
CoordinateSystem | coordinate_system |
Returns the coordinate system in which the egg file is defined. | |
const Filename | egg_filename |
Returns the directory in which the egg file is considered to reside. | |
time_t | egg_timestamp |
Returns the timestamp of the egg file on disk, at the time it was opened for reading, or 0 if this information is not available. | |
![]() | |
object | children |
![]() | |
int | depth |
Returns the number of nodes above this node in the egg hierarchy. | |
EggGroupNode | parent |
![]() | |
TypeHandle | type |
Returns the TypeHandle representing this object's type. | |
![]() | |
int | ref_count |
The current reference count. | |
![]() | |
const String | name |
Additional Inherited Members | |
![]() | |
enum | TriangulateFlags { T_polygon = 1 , T_convex = 2 , T_composite = 4 , T_recurse = 8 , T_flat_shaded = 16 } |
This is the primary interface into all the egg data, and the root of the egg file structure.
An EggData structure corresponds exactly with an egg file on the disk.
The EggData class inherits from EggGroupNode its collection of children, which are accessed by using the EggData itself as an STL container with begin() and end() calls. The children of the EggData class are the toplevel nodes in the egg file.
__init__ | ( | ) |
__init__ | ( | const EggData | copy | ) |
int collapseEquivalentMaterials | ( | ) |
Removes duplicate references to the same material with the same properties.
Considers two material references with identical properties, but different mref names, to be equivalent, and collapses them, choosing one mref name to keep arbitrarily. Returns the number of materials removed.
int collapseEquivalentTextures | ( | ) |
Removes duplicate references to the same texture image with the same properties.
Considers two texture references with identical properties, but different tref names, to be equivalent, and collapses them, choosing one tref name to keep arbitrarily. Returns the number of textures removed.
bool getAutoResolveExternals | ( | ) |
|
static |
CoordinateSystem getCoordinateSystem | ( | ) |
Returns the coordinate system in which the egg file is defined.
const Filename getEggFilename | ( | ) |
Returns the directory in which the egg file is considered to reside.
time_t getEggTimestamp | ( | ) |
Returns the timestamp of the egg file on disk, at the time it was opened for reading, or 0 if this information is not available.
bool loadExternals | ( | const DSearchPath | searchpath | ) |
Loads up all the egg files referenced by <File> entries within the egg structure, and inserts their contents in place of the <File> entries.
Searches for files in the searchpath, if not found directly, and writes error messages to the indicated output stream. Returns true if all externals were loaded successfully, false otherwise.
bool loadExternals | ( | const DSearchPath | searchpath, |
BamCacheRecord | record ) |
Loads up all the egg files referenced by <File> entries within the egg structure, and inserts their contents in place of the <File> entries.
Searches for files in the searchpath, if not found directly, and writes error messages to the indicated output stream. Returns true if all externals were loaded successfully, false otherwise.
merge | ( | EggData | other | ) |
Appends the other egg structure to the end of this one.
The other egg structure is invalidated.
bool originalHadAbsolutePathnames | ( | ) |
Returns true if the data processed in the last call to read() contained absolute pathnames, or false if those pathnames were all relative.
This method is necessary because if auto_resolve_externals() is in effect, it may modify the pathnames to be absolute whether or not they were as loaded from disk. This method can be used to query the state of the original egg file from disk.
bool read | ( | Filename | filename, |
str | display_name ) |
Opens the indicated filename and reads the egg data contents from it.
Returns true if the file was successfully opened and read, false if there were some errors, in which case the data may be partially read.
error is the output stream to which to write error messages.
bool read | ( | Istream | in | ) |
Parses the egg syntax contained in the indicated input stream.
Returns true if the stream was a completely valid egg file, false if there were some errors, in which case the data may be partially read.
Before you call this routine, you should probably call set_egg_filename() to set the name of the egg file we're processing, if at all possible. If there is no such filename, you may set it to the empty string.
recomputePolygonNormals | ( | ) |
Recomputes all the polygon normals for polygon geometry at this group node and below so that they accurately reflect the vertex positions.
Normals are removed from the vertices and defined only on polygons, giving the geometry a faceted appearance.
This function also removes degenerate polygons that do not have enough vertices to define a normal. It does not affect normals for other kinds of primitives like Nurbs or Points.
This function does not remove or adjust vertices in the vertex pool; it only adds new vertices with the normals removed. Thus, it is a good idea to call remove_unused_vertices() after calling this.
recomputeVertexNormals | ( | double | threshold | ) |
Recomputes all the vertex normals for polygon geometry at this group node and below so that they accurately reflect the vertex positions.
A shared edge between two polygons (even in different groups) is considered smooth if the angle between the two edges is less than threshold degrees.
This function also removes degenerate polygons that do not have enough vertices to define a normal. It does not affect normals for other kinds of primitives like Nurbs or Points.
This function does not remove or adjust vertices in the vertex pool; it only adds new vertices with the correct normals. Thus, it is a good idea to call remove_unused_vertices() after calling this.
|
static |
Looks for the indicated filename, first along the indicated searchpath, and then along the model_path.
If found, updates the filename to the full path and returns true; otherwise, returns false.
setAutoResolveExternals | ( | bool | resolve | ) |
setCoordinateSystem | ( | CoordinateSystem | coordsys | ) |
Changes the coordinate system of the EggData.
If the coordinate system was previously different, this may result in a conversion of the data.
setEggFilename | ( | const Filename | egg_filename | ) |
Sets the filename–especially the directory part–in which the egg file is considered to reside.
This is also implicitly set by read().
setEggTimestamp | ( | time_t | egg_timestamp | ) |
Sets the timestamp of the egg file on disk, at the time it was opened for reading.
This is also implicitly set by read().
stripNormals | ( | ) |
Removes all normals from primitives, and the vertices they reference, at this node and below.
This function does not remove or adjust vertices in the vertex pool; it only adds new vertices with the normal removed. Thus, it is a good idea to call remove_unused_vertices() after calling this.
bool writeEgg | ( | Filename | filename | ) |
The main interface for writing complete egg files.
bool writeEgg | ( | Ostream | out | ) |
The main interface for writing complete egg files.
bool auto_resolve_externals |
CoordinateSystem coordinate_system |
Returns the coordinate system in which the egg file is defined.
const Filename egg_filename |
Returns the directory in which the egg file is considered to reside.
time_t egg_timestamp |
Returns the timestamp of the egg file on disk, at the time it was opened for reading, or 0 if this information is not available.