Panda3D
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
XFileFace Class Reference

This represents a single face of an XFileMesh. More...

#include "xFileFace.h"

Classes

class  Vertex
 

Public Types

typedef pvector< VertexVertices
 

Public Member Functions

void set_from_egg (XFileMesh *mesh, EggPolygon *egg_poly)
 Sets the structure up from the indicated egg data. More...
 

Public Attributes

int _material_index
 
Vertices _vertices
 

Detailed Description

This represents a single face of an XFileMesh.

Definition at line 26 of file xFileFace.h.

Member Function Documentation

◆ set_from_egg()

void XFileFace::set_from_egg ( XFileMesh mesh,
EggPolygon egg_poly 
)

Sets the structure up from the indicated egg data.

Definition at line 30 of file xFileFace.cxx.

Referenced by XFileMesh::add_polygon().


The documentation for this class was generated from the following files: