#include "always.h"
#include <Max.h>
#include "skin.h"
#include "nodelist.h"
Go to the source code of this file.
|
| Matrix3 | Cleanup_Orthogonal_Matrix (Matrix3 &mat) |
| |
| void | Set_W3D_Name (char *set_name, const char *src) |
| |
| void | Split_Node_Name (const char *name, char *set_base, char *set_exten, int *set_exten_index) |
| |
| bool | Append_Lod_Character (char *meshname, int lod_level, INodeListClass *origin_list) |
| |
| void | Create_Full_Path (char *full_path, const char *cwd, const char *rel_path) |
| |
| void | Create_Relative_Path (char *rel_path, const char *cwd, const char *full_path) |
| |
| bool | Is_Full_Path (char *path) |
| |
| bool | Is_Max_Tri_Mesh (INode *node) |
| |
| bool | Is_Origin (INode *node) |
| |
| bool | Is_Base_Origin (INode *node) |
| |
| INode * | Find_Origin (INode *node) |
| |
| bool | Is_Damage_Root (INode *node) |
| |
| int | Get_Lod_Level (INode *node) |
| |
| int | Get_Damage_State (INode *node) |
| |
| INode * | Find_Named_Node (char *nodename, INode *root) |
| |
◆ SAFE_DELETE
| #define SAFE_DELETE |
( |
| pobject | ) |
|
Value: if (pobject) { \
delete pobject; \
} \
Definition at line 104 of file util.h.
◆ SAFE_DELETE_ARRAY
| #define SAFE_DELETE_ARRAY |
( |
| pobject | ) |
|
Value: if (pobject) { \
delete [] pobject; \
} \
Definition at line 110 of file util.h.
◆ Append_Lod_Character()
| bool Append_Lod_Character |
( |
char * | meshname, |
|
|
int | lod_level, |
|
|
INodeListClass * | origin_list ) |
◆ Cleanup_Orthogonal_Matrix()
◆ Create_Full_Path()
| void Create_Full_Path |
( |
char * | full_path, |
|
|
const char * | cwd, |
|
|
const char * | rel_path ) |
◆ Create_Relative_Path()
| void Create_Relative_Path |
( |
char * | rel_path, |
|
|
const char * | cwd, |
|
|
const char * | full_path ) |
◆ Find_Named_Node()
| INode * Find_Named_Node |
( |
char * | nodename, |
|
|
INode * | root ) |
◆ Find_Origin()
| INode * Find_Origin |
( |
INode * | node | ) |
|
◆ Get_Damage_State()
| int Get_Damage_State |
( |
INode * | node | ) |
|
◆ Get_Lod_Level()
| int Get_Lod_Level |
( |
INode * | node | ) |
|
◆ Is_Base_Origin()
| bool Is_Base_Origin |
( |
INode * | node | ) |
|
◆ Is_Damage_Root()
| bool Is_Damage_Root |
( |
INode * | node | ) |
|
◆ Is_Full_Path()
| bool Is_Full_Path |
( |
char * | path | ) |
|
◆ Is_Max_Tri_Mesh()
| bool Is_Max_Tri_Mesh |
( |
INode * | node | ) |
|
◆ Is_Origin()
| bool Is_Origin |
( |
INode * | node | ) |
|
◆ Set_W3D_Name()
| void Set_W3D_Name |
( |
char * | set_name, |
|
|
const char * | src ) |
◆ Split_Node_Name()
| void Split_Node_Name |
( |
const char * | name, |
|
|
char * | set_base, |
|
|
char * | set_exten, |
|
|
int * | set_exten_index ) |