3DSCON1.C File Reference

Go to the source code of this file.

Defines

#define MODULE_SAPC
#define DOS386
#define _X__FAR
#define PI   3.1415926
#define min(a, b)   ( ((a) < (b)) ? (a) : (b) )
#define max(a, b)   ( ((a) > (b)) ? (a) : (b) )
#define PLANE   0
#define CYLINDER   1
#define PLANE_MOZIAC   2
#define CYLINDER_MOZIAC   3
#define MAP_BY_VERTEX   4
#define OPAQUE   0
#define CLEAR   1
#define GLOSS   0
#define MATT   1
#define INEDITOR   6
#define TRIVIEW   0
#define FRONTVIEW   1
#define TOPVIEW   2
#define RIGHTVIEW   3
#define PERSPVIEW   4
#define BIGWIN   0
#define TRITOP   1
#define TRIFRONT   2
#define TRIRIGHT   3
#define UNIT   32768L
#define UNIT2   65536L
#define MINUNIT   2048L
#define MAXUNIT   4194304L
#define PI2   PI/2
#define DESELECTED   0
#define SELECTED   1
#define HIDDEN   2
#define NO   0
#define YES   1
#define OK   1
#define FAIL   -1
#define STATICBRUSH   0
#define ANIMBRUSH   1
#define BUMPBRUSH   2
#define REFLBRUSH   3
#define PSETBRUSH   4
#define G_FILEOPENFAIL   1000
#define BRUSHBIT   0x40
#define SMOOTHBIT   0x80
#define TILEBIT   0x20;
#define __RSF__
#define _DOS_GETDRIVE   _dos_getdrive
#define _DOS_SETDRIVE   _dos_setdrive

Typedefs

typedef double vector [3]
typedef long point [3]
typedef long twoLongs [2]
typedef struct MAPGLUE mapglue
typedef struct WIREFRAME wireframe
typedef struct SKELETON skel
typedef struct VERTEX vertex
typedef struct EDGE edge
typedef struct FACE face
typedef struct tagIMAGEMAP IMAGEMAP
typedef struct tagSHADERAXIS SHADERAXIS
typedef struct tagXSHADER XSHADER
typedef struct tagMAP3DS MAP3DS

Functions

BOOL CALLBACK DlgProcScale (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
BOOL CALLBACK DlgProc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
void UpdateProgress (FILE *)
void SaveObject (char *Filename, short status)
void WriteTextures (short)
void WriteVertices (short)
void WriteEdges (short)
void WriteFaces (short)
void WriteSkeleton (void)
void outsht (short sht)
void outlng (long lng)
short intriview (vertex _X__FAR *vp)
void Output_Message (short id)
void disinform (void)
void inform (char *aa)
void pause (short delay)
void DrawOldMarker (void)
short RequestItemSelect (short Nitems, char **ItemList, char *Message)
void CreateEdge1 (vertex _X__FAR *v1, vertex _X__FAR *v2, edge *ep)
void CreateFace (vertex _X__FAR *v1, vertex _X__FAR *v2, vertex _X__FAR *v3, short check)
void CreateVertex (void)
void CreateSkeleton (skel *at)
void InsertInVertexList (vertex *vj, vertex *vi)
void BuildEdges (void)
void get_material (long count, FILE *fi)
void get_vertices (FILE *fi)
void get_mapping_coords (FILE *fi)
long GetMap (char *mapname)
void get_faces (FILE *fi)
void get_object (long count, FILE *fi)
void rescale_model (short option)
BOOL Do3dsConvert (int argc, char **argv)

Variables

HWND dlg
HWND hWndParent
HINSTANCE hInstance
int(* X__pri )(const char *,...)
short silent_3ds = 0
unsigned short _cdecl ERRORFLAG = 1
unsigned short _cdecl LOADOPERATION = 0
unsigned short _cdecl Xres = 640
unsigned short _cdecl Yres = 480
unsigned short _cdecl Xres1 = 639
unsigned short _cdecl Yres1 = 479
unsigned short _cdecl StringToggle = 0
unsigned short _cdecl CursorToggle = 0
unsigned short _cdecl HelpBarToggle = 0
unsigned short _cdecl Hires1 = 0
unsigned short _cdecl UNDO_ON = YES
unsigned short _cdecl EDIT_ACTION = NO
unsigned short _cdecl zoom_redraw = NO
unsigned short _cdecl zoom_abort = NO
unsigned short _cdecl WindowBox_view = 0
unsigned short _cdecl icon_arrow_ids = 1
char * WorkDrive
char ruler_name [8] = {"None "}
double ruler = (double)UNIT
long rulerx = 0
long rulery = 0
long rulerz = 0
long lrulerx = 0
long lrulery = 0
long lrulerz = 0
long draw_grid_on = 0
long grid_on = 0
long grid_size = UNIT
long NpointerX = 0
long NpointerY = 0
long NpointerZ = 0
long TVpointX = (-UNIT)
long TVpointY = (-UNIT)
long TVpointZ = (-UNIT)
long TVsizeX = UNIT2
long TVsizeY = UNIT2
long TVsizeZ = UNIT2
wireframe w_frame = {0,0,NULL,NULL}
bezier_curveBcurves = NULL
axis _X__FAR ObjectAxis
vertex _X__FAR * MainVp = NULL
vertex _X__FAR * LastToolVertex = NULL
edge _X__FAR * MainEp = NULL
face _X__FAR * MainFp = NULL
skel _X__FAR * MainSp = NULL
skel _X__FAR * LastSkelVertex = NULL
skel _X__FAR * FirstSp = NULL
skel _X__FAR * current_skeleton = NULL
unsigned long Nvert = 0
unsigned long NvertSelect = 0
unsigned long NvertDeselect = 0
unsigned long NvertGlue = 0
unsigned long Nface = 0
unsigned long Nedge = 0
unsigned long Nskel = 0
unsigned long N_Bcurves = 0
short SelectedBrush = -1
short FontLoaded = NO
short ShadowFlag = NO
short MirrorFlag = -1
short nImaps = 0
short nLockediMaps = 0
short nImap4 = 0
short nSha = 0
SHADERAXIS iSha [64]
IMAGEMAP iMap [64]
XSHADER xShaders [8]
unsigned char _X__FAR LocalColour [7] = {0,0,0,0,128,128,128}
unsigned char _X__FAR _X__FAR FaceColour [3] = {255,255,255}
unsigned char _X__FAR _X__FAR
_X__FAR 
ShaderColour [3] = {128,128,128}
long DefaultBrilliance = 8
long DefaultTransparency = 8
long DefaultReflectivity = 0
long DefaultTexture = 0
long DefaultShiny = 0
long DefaultSmoothing = 0


Define Documentation

#define MODULE_SAPC

Definition at line 8 of file 3DSCON1.C.

#define DOS386

Definition at line 38 of file 3DSCON1.C.

#define _X__FAR

Definition at line 39 of file 3DSCON1.C.

#define PI   3.1415926

Definition at line 40 of file 3DSCON1.C.

#define min ( a,
 )     ( ((a) < (b)) ? (a) : (b) )

Definition at line 43 of file 3DSCON1.C.

#define max ( a,
 )     ( ((a) > (b)) ? (a) : (b) )

Definition at line 46 of file 3DSCON1.C.

#define PLANE   0

Definition at line 139 of file 3DSCON1.C.

#define CYLINDER   1

Definition at line 140 of file 3DSCON1.C.

#define PLANE_MOZIAC   2

Definition at line 141 of file 3DSCON1.C.

#define CYLINDER_MOZIAC   3

Definition at line 142 of file 3DSCON1.C.

#define MAP_BY_VERTEX   4

Definition at line 143 of file 3DSCON1.C.

#define OPAQUE   0

Definition at line 144 of file 3DSCON1.C.

#define CLEAR   1

Definition at line 145 of file 3DSCON1.C.

#define GLOSS   0

Definition at line 146 of file 3DSCON1.C.

#define MATT   1

Definition at line 147 of file 3DSCON1.C.

#define INEDITOR   6

#define TRIVIEW   0

Definition at line 150 of file 3DSCON1.C.

#define FRONTVIEW   1

Definition at line 151 of file 3DSCON1.C.

#define TOPVIEW   2

Definition at line 152 of file 3DSCON1.C.

#define RIGHTVIEW   3

Definition at line 153 of file 3DSCON1.C.

#define PERSPVIEW   4

Definition at line 154 of file 3DSCON1.C.

#define BIGWIN   0

Definition at line 155 of file 3DSCON1.C.

#define TRITOP   1

Definition at line 156 of file 3DSCON1.C.

#define TRIFRONT   2

Definition at line 157 of file 3DSCON1.C.

#define TRIRIGHT   3

Definition at line 158 of file 3DSCON1.C.

#define UNIT   32768L

Definition at line 161 of file 3DSCON1.C.

#define UNIT2   65536L

Definition at line 162 of file 3DSCON1.C.

#define MINUNIT   2048L

Definition at line 163 of file 3DSCON1.C.

#define MAXUNIT   4194304L

Definition at line 164 of file 3DSCON1.C.

#define PI2   PI/2

Definition at line 165 of file 3DSCON1.C.

#define DESELECTED   0

Definition at line 167 of file 3DSCON1.C.

#define SELECTED   1

Definition at line 168 of file 3DSCON1.C.

#define HIDDEN   2

#define NO   0

Definition at line 170 of file 3DSCON1.C.

#define YES   1

Definition at line 171 of file 3DSCON1.C.

#define OK   1

Definition at line 172 of file 3DSCON1.C.

#define FAIL   -1

Definition at line 173 of file 3DSCON1.C.

#define STATICBRUSH   0

Definition at line 175 of file 3DSCON1.C.

Referenced by CreateImageMap().

#define ANIMBRUSH   1

Definition at line 176 of file 3DSCON1.C.

Referenced by BuildMapList(), EmbedMapsForMap(), and PaintMapOutline().

#define BUMPBRUSH   2

Definition at line 177 of file 3DSCON1.C.

#define REFLBRUSH   3

Definition at line 178 of file 3DSCON1.C.

#define PSETBRUSH   4

Definition at line 179 of file 3DSCON1.C.

#define G_FILEOPENFAIL   1000

Definition at line 181 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

#define BRUSHBIT   0x40

Definition at line 236 of file 3DSCON1.C.

#define SMOOTHBIT   0x80

Definition at line 237 of file 3DSCON1.C.

#define TILEBIT   0x20;

Definition at line 238 of file 3DSCON1.C.

#define __RSF__

Definition at line 268 of file 3DSCON1.C.

#define _DOS_GETDRIVE   _dos_getdrive

Definition at line 425 of file 3DSCON1.C.

#define _DOS_SETDRIVE   _dos_setdrive

Definition at line 426 of file 3DSCON1.C.


Typedef Documentation

typedef double vector[3]

Definition at line 49 of file 3DSCON1.C.

typedef long point[3]

Definition at line 50 of file 3DSCON1.C.

typedef long twoLongs[2]

Definition at line 51 of file 3DSCON1.C.

typedef struct MAPGLUE mapglue

typedef struct WIREFRAME wireframe

typedef struct SKELETON skel

typedef struct VERTEX vertex

typedef struct EDGE edge

typedef struct FACE face

typedef struct tagIMAGEMAP IMAGEMAP

typedef struct tagSHADERAXIS SHADERAXIS

typedef struct tagXSHADER XSHADER

typedef struct tagMAP3DS MAP3DS


Function Documentation

BOOL CALLBACK DlgProcScale ( HWND  hwnd,
UINT  msg,
WPARAM  wparam,
LPARAM  lparam 
)

Definition at line 69 of file 3DSCON.C.

BOOL CALLBACK DlgProc ( HWND  hwnd,
UINT  msg,
WPARAM  wparam,
LPARAM  lparam 
)

Definition at line 55 of file 3DSCON.C.

void UpdateProgress ( FILE *   ) 

Definition at line 120 of file 3DSCON.C.

void SaveObject ( char *  Filename,
short  status 
)

root node only implies no skeleton

Definition at line 42 of file 3DSSAVE.C.

Referenced by Do3dsConvert(), DoDxfConvert(), and Render_View().

void WriteTextures ( short   ) 

Definition at line 216 of file 3DSSAVE.C.

References B, FirstSp, Animator_SKELETON::id, iMap, N, nImaps, outlng(), outsht(), R, X, and Y.

Referenced by SaveObject().

static void WriteVertices ( short  status  ) 

Definition at line 405 of file DXFCON1.C.

References _X__FAR, MainVp, outlng(), and SELECTED.

Referenced by Save_Undo(), SaveDivided(), and SaveObject().

void WriteEdges ( short  short_form  ) 

Definition at line 422 of file DXFCON1.C.

References _X__FAR, MainEp, and outlng().

Referenced by Save_Undo(), SaveDivided(), SaveObject(), and SaveObjects().

void WriteFaces ( short  short_form  ) 

Definition at line 436 of file DXFCON1.C.

References _X__FAR, MainFp, and outlng().

Referenced by Save_Undo(), SaveDivided(), and SaveObject().

static void WriteSkeleton ( void   ) 

Definition at line 476 of file DXFCON1.C.

References _X__FAR, MainVp, Nskel, Nvert, outlng(), and outsht().

Referenced by Save_Undo(), and SaveObject().

static void outsht ( short  sht  ) 

Definition at line 246 of file 3DSCON1.C.

Referenced by WriteSkeleton(), and WriteTextures().

static void outlng ( long  lng  ) 

short intriview ( vertex _X__FAR *  vp  ) 

void Output_Message ( short  id  ) 

Definition at line 257 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

void disinform ( void   ) 

Definition at line 258 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

void inform ( char *  aa  ) 

Definition at line 259 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

void pause ( short  delay  ) 

Definition at line 260 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

void DrawOldMarker ( void   ) 

Definition at line 261 of file 3DSCON1.C.

Referenced by SaveObject().

short RequestItemSelect ( short  Nitems,
char **  ItemList,
char *  Message 
)

Definition at line 262 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

void CreateEdge1 ( vertex _X__FAR *  v1,
vertex _X__FAR *  v2,
edge ep 
)

Definition at line 276 of file 3DSCON1.C.

References _X__FAR, and Nedge.

Referenced by BuildEdges().

void CreateFace ( vertex _X__FAR *  v1,
vertex _X__FAR *  v2,
vertex _X__FAR *  v3,
short  check 
)

void InsertInVertexList ( vertex vj,
vertex vi 
)

Definition at line 626 of file 3DSCON1.C.

Referenced by get_faces(), and ImplicitPolygon().

void BuildEdges ( void   ) 

Definition at line 719 of file 3DSCON1.C.

References CreateEdge1().

Referenced by get_faces(), and ImplicitPolygon().

void get_material ( long  count,
FILE *  fi 
)

Definition at line 461 of file 3DSCON1.C.

References B, id1, N, and R.

Referenced by Do3dsConvert().

void get_vertices ( FILE *  fi  ) 

Definition at line 554 of file 3DSCON1.C.

References CreateVertex, and UpdateProgress().

Referenced by get_object().

void get_mapping_coords ( FILE *  fi  ) 

Definition at line 593 of file 3DSCON1.C.

References _X__FAR, and NvertGlue.

Referenced by get_object().

long GetMap ( char *  mapname  ) 

Definition at line 616 of file 3DSCON1.C.

References N.

Referenced by get_faces().

void get_faces ( FILE *  fi  ) 

Definition at line 644 of file 3DSCON1.C.

References BuildEdges(), CreateFace, GetMap(), InsertInVertexList(), and UpdateProgress().

Referenced by get_object().

void get_object ( long  count,
FILE *  fi 
)

Definition at line 730 of file 3DSCON1.C.

References CreateSkeleton, get_faces(), get_mapping_coords(), and get_vertices().

Referenced by Do3dsConvert().

void rescale_model ( short  option  ) 

Definition at line 775 of file 3DSCON1.C.

References DLG_SCALE, DlgProcScale(), double, hInstance, hWndParent, MAXUNIT, Animator_SKELETON::p, and UNIT2.

Referenced by Do3dsConvert().

BOOL Do3dsConvert ( int  argc,
char **  argv 
)


Variable Documentation

HWND dlg

Definition at line 32 of file 3DSCON.C.

HWND hWndParent

Definition at line 33 of file 3DSCON.C.

HINSTANCE hInstance

Definition at line 35 of file 3DSCON.C.

int(* X__pri)(const char *,...)

short silent_3ds = 0

Definition at line 137 of file 3DSCON1.C.

Referenced by Do3dsConvert().

unsigned short _cdecl ERRORFLAG = 1

Definition at line 183 of file 3DSCON1.C.

unsigned short _cdecl LOADOPERATION = 0

Definition at line 184 of file 3DSCON1.C.

Referenced by LoadObject().

unsigned short _cdecl Xres = 640

Definition at line 185 of file 3DSCON1.C.

unsigned short _cdecl Yres = 480

Definition at line 185 of file 3DSCON1.C.

unsigned short _cdecl Xres1 = 639

Definition at line 185 of file 3DSCON1.C.

unsigned short _cdecl Yres1 = 479

Definition at line 185 of file 3DSCON1.C.

unsigned short _cdecl StringToggle = 0

Definition at line 186 of file 3DSCON1.C.

unsigned short _cdecl CursorToggle = 0

Definition at line 186 of file 3DSCON1.C.

Referenced by DrawOne3dCursor().

unsigned short _cdecl HelpBarToggle = 0

Definition at line 186 of file 3DSCON1.C.

unsigned short _cdecl Hires1 = 0

Definition at line 186 of file 3DSCON1.C.

unsigned short _cdecl UNDO_ON = YES

Definition at line 187 of file 3DSCON1.C.

Referenced by LoadPreferences(), and Save_Undo().

unsigned short _cdecl EDIT_ACTION = NO

Definition at line 187 of file 3DSCON1.C.

unsigned short _cdecl zoom_redraw = NO

Definition at line 188 of file 3DSCON1.C.

unsigned short _cdecl zoom_abort = NO

Definition at line 188 of file 3DSCON1.C.

Referenced by CheckInterrupt(), DrawModel(), ReDrawQuickDisplay(), and ReDrawStageDisplay().

unsigned short _cdecl WindowBox_view = 0

Definition at line 189 of file 3DSCON1.C.

unsigned short _cdecl icon_arrow_ids = 1

Definition at line 189 of file 3DSCON1.C.

char* WorkDrive

Definition at line 190 of file 3DSCON1.C.

char ruler_name[8] = {"None "}

double ruler = (double)UNIT

Definition at line 192 of file 3DSCON1.C.

long rulerx = 0

Definition at line 193 of file 3DSCON1.C.

long rulery = 0

Definition at line 193 of file 3DSCON1.C.

long rulerz = 0

Definition at line 193 of file 3DSCON1.C.

long lrulerx = 0

Definition at line 194 of file 3DSCON1.C.

long lrulery = 0

Definition at line 194 of file 3DSCON1.C.

long lrulerz = 0

Definition at line 194 of file 3DSCON1.C.

long draw_grid_on = 0

long grid_on = 0

long grid_size = UNIT

Definition at line 195 of file 3DSCON1.C.

long NpointerX = 0

Definition at line 196 of file 3DSCON1.C.

long NpointerY = 0

Definition at line 196 of file 3DSCON1.C.

long NpointerZ = 0

Definition at line 196 of file 3DSCON1.C.

long TVpointX = (-UNIT)

Definition at line 197 of file 3DSCON1.C.

long TVpointY = (-UNIT)

Definition at line 197 of file 3DSCON1.C.

long TVpointZ = (-UNIT)

Definition at line 197 of file 3DSCON1.C.

long TVsizeX = UNIT2

Definition at line 198 of file 3DSCON1.C.

long TVsizeY = UNIT2

Definition at line 198 of file 3DSCON1.C.

long TVsizeZ = UNIT2

Definition at line 198 of file 3DSCON1.C.

wireframe w_frame = {0,0,NULL,NULL}

Definition at line 201 of file 3DSCON1.C.

Referenced by Delete_Bcurve(), EraseAll(), MakeBezierCurve(), and RecalibrateBezier().

axis _X__FAR ObjectAxis

Initial value:

{NULL,NULL,0,0,
                      0L,0L,0L,
                      0,0L,0L,
                      UNIT,0L,0L,
                      0L,UNIT,0L,
                      0L,0L,0L}

Definition at line 203 of file 3DSCON1.C.

Referenced by DrawQuickModel(), EraseAll(), LoadObject(), and SaveObject().

vertex _X__FAR* MainVp = NULL

Definition at line 210 of file 3DSCON1.C.

vertex _X__FAR * LastToolVertex = NULL

Definition at line 210 of file 3DSCON1.C.

Referenced by Move3dCursor(), Plot3dOff(), Plot3dOn(), Restore_Undo(), ToolDown(), ToolMove(), and ToolUp().

edge _X__FAR* MainEp = NULL

Definition at line 211 of file 3DSCON1.C.

face _X__FAR* MainFp = NULL

Definition at line 212 of file 3DSCON1.C.

skel _X__FAR* MainSp = NULL

Definition at line 213 of file 3DSCON1.C.

skel _X__FAR * LastSkelVertex = NULL

Definition at line 213 of file 3DSCON1.C.

skel _X__FAR * FirstSp = NULL

Definition at line 213 of file 3DSCON1.C.

skel _X__FAR * current_skeleton = NULL

Definition at line 214 of file 3DSCON1.C.

Referenced by EraseAllSkeleton(), EraseSkeleton(), and HierarchyDlgProc().

unsigned long Nvert = 0

Definition at line 215 of file 3DSCON1.C.

unsigned long NvertSelect = 0

Definition at line 215 of file 3DSCON1.C.

unsigned long NvertDeselect = 0

Definition at line 215 of file 3DSCON1.C.

unsigned long NvertGlue = 0

Definition at line 215 of file 3DSCON1.C.

Referenced by _Xmodeler(), get_mapping_coords(), and SaveObject().

unsigned long Nface = 0

Definition at line 216 of file 3DSCON1.C.

unsigned long Nedge = 0

Definition at line 216 of file 3DSCON1.C.

unsigned long Nskel = 0

Definition at line 216 of file 3DSCON1.C.

unsigned long N_Bcurves = 0

Definition at line 216 of file 3DSCON1.C.

Referenced by Delete_Bcurve(), EraseAll(), MakeBezierCurve(), RecalibrateAllBezier(), and SaveObject().

short SelectedBrush = -1

short FontLoaded = NO

Definition at line 217 of file 3DSCON1.C.

short ShadowFlag = NO

Definition at line 217 of file 3DSCON1.C.

Referenced by EraseAll(), SaveObject(), and SaveObjects().

short MirrorFlag = -1

Definition at line 217 of file 3DSCON1.C.

Referenced by EraseAll(), and SaveObject().

short nImaps = 0

Definition at line 218 of file 3DSCON1.C.

short nLockediMaps = 0

short nImap4 = 0

Definition at line 218 of file 3DSCON1.C.

short nSha = 0

Definition at line 218 of file 3DSCON1.C.

Referenced by Do3dsConvert(), RequestMirrorID(), and SaveObject().

Definition at line 219 of file 3DSCON1.C.

Referenced by RequestMirrorID(), SaveObject(), and SaveObjects().

Definition at line 220 of file 3DSCON1.C.

Definition at line 221 of file 3DSCON1.C.

Referenced by SaveObject(), and SaveObjects().

unsigned char _X__FAR LocalColour[7] = {0,0,0,0,128,128,128}

Definition at line 222 of file 3DSCON1.C.

unsigned char _X__FAR _X__FAR FaceColour[3] = {255,255,255}

unsigned char _X__FAR _X__FAR _X__FAR ShaderColour[3] = {128,128,128}

Definition at line 224 of file 3DSCON1.C.

Referenced by DesignShutdown(), and LoadPreferences().

Definition at line 225 of file 3DSCON1.C.

Referenced by DesignShutdown(), LoadPreferences(), and SaveObject().

Definition at line 225 of file 3DSCON1.C.

Referenced by CreateFace(), and SaveObject().

Definition at line 225 of file 3DSCON1.C.

Referenced by CreateFace(), DesignShutdown(), LoadPreferences(), and SaveObject().

long DefaultTexture = 0

Definition at line 226 of file 3DSCON1.C.

Referenced by CreateFace(), DesignShutdown(), and LoadPreferences().

long DefaultShiny = 0

Definition at line 226 of file 3DSCON1.C.

Referenced by CreateFace(), DesignShutdown(), and LoadPreferences().

long DefaultSmoothing = 0

Definition at line 226 of file 3DSCON1.C.

Referenced by CreateFace(), DefaultAttribsDlgProc(), DesignShutdown(), and LoadPreferences().


Generated on Sun Apr 27 14:20:15 2014 for OpenFX by  doxygen 1.5.6