Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
XFileVertex Class Reference

This represents a single vertex associated with an XFileFace. More...

#include "xFileVertex.h"

Public Member Functions

int compare_to (const XFileVertex &other) const
 
void set_from_egg (EggVertex *egg_vertex, EggPrimitive *egg_poly)
 Sets the structure up from the indicated egg data.
 

Public Attributes

LColor _color
 
bool _has_color
 
bool _has_uv
 
LVertexd _point
 
LTexCoordd _uv
 

Detailed Description

This represents a single vertex associated with an XFileFace.

Definition at line 26 of file xFileVertex.h.

Constructor & Destructor Documentation

◆ XFileVertex()

XFileVertex::XFileVertex ( )

Definition at line 22 of file xFileVertex.cxx.

Member Function Documentation

◆ compare_to()

int XFileVertex::compare_to ( const XFileVertex & other) const

Definition at line 77 of file xFileVertex.cxx.

◆ set_from_egg()

void XFileVertex::set_from_egg ( EggVertex * egg_vertex,
EggPrimitive * egg_poly )

Member Data Documentation

◆ _color

LColor XFileVertex::_color

Definition at line 34 of file xFileVertex.h.

◆ _has_color

bool XFileVertex::_has_color

Definition at line 35 of file xFileVertex.h.

◆ _has_uv

bool XFileVertex::_has_uv

Definition at line 36 of file xFileVertex.h.

◆ _point

LVertexd XFileVertex::_point

Definition at line 32 of file xFileVertex.h.

◆ _uv

LTexCoordd XFileVertex::_uv

Definition at line 33 of file xFileVertex.h.


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