Panda3D
Loading...
Searching...
No Matches
Public Attributes | List of all members
EggParameters Class Reference

The values stored in this structure are global parameters that control some aspects of the egg library. More...

#include "eggParameters.h"

Public Attributes

PN_stdfloat _color_threshold = 1.0/256.0
 
double _normal_threshold = 0.0001
 
double _pos_threshold = 0.0001
 
double _table_threshold = 0.0001
 
double _uv_threshold = 0.0001
 

Detailed Description

The values stored in this structure are global parameters that control some aspects of the egg library.

User code may adjust these parameters by meddling with the values in structure directly, or by fiddling with the pointer to completely replace the structure.

However, these parameters should not be changed at any time during the processing of any egg structure: set the parameters, load an egg file, process it, and write the egg file out again before resetting the parameters again.

Definition at line 32 of file eggParameters.h.

Member Data Documentation

◆ _color_threshold

PN_stdfloat EggParameters::_color_threshold = 1.0/256.0

Definition at line 50 of file eggParameters.h.

◆ _normal_threshold

double EggParameters::_normal_threshold = 0.0001

Definition at line 42 of file eggParameters.h.

◆ _pos_threshold

double EggParameters::_pos_threshold = 0.0001

Definition at line 38 of file eggParameters.h.

◆ _table_threshold

double EggParameters::_table_threshold = 0.0001

Definition at line 54 of file eggParameters.h.

◆ _uv_threshold

double EggParameters::_uv_threshold = 0.0001

Definition at line 46 of file eggParameters.h.


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