#include "object.h"#include <stdlib.h>#include <stdio.h>#include <assert.h>#include <time.h>#include <sys/timeb.h>#include <strings.h>#include "springCore.h"#include "objectarray.h"#include "tetraarray.h"#include "facearray.h"#include "edgearray.h"#include "nodearray.h"#include "node.h"#include "edge.h"#include "face.h"#include "tetra.h"#include "point3d.h"#include "cyberware.h"#include "rasterfont.h"#include "geometryreplicator.h"#include "perlinnoise.h"#include "space.h"#include "triangles.h"#include "void.h"#include "haptic_v1.h"#include "haptic_v2.h"#include "glui.h"#include <GL/gl.h>

Go to the source code of this file.
Defines | |
| #define | _fileno fileno |
| #define | RECALC_NORMALS_ON_READ |
| #define | NEW_XFORM_OBJECT_WAY |
| #define | VRML_SPOTLIGHT |
Functions | |
| char * | get_next_token (char *buffer, int bufsize, FILE *fp) |
| int | vertex_is_void (Point3D p) |
| ostream & | operator<< (ostream &os, Object &o) |
Variables | |
| GSPEC * | gs = NULL |
| int | texture_coord_model = 0 |
| int | texture_mode_model = 0 |
| int | texture_wrap_model = 0 |
| int | texture_filter_model = 0 |
| int | tissue_type = 0 |
| int | damp_type = 0 |
| #define _fileno fileno |
Definition at line 49 of file object.cpp.
| #define NEW_XFORM_OBJECT_WAY |
| #define RECALC_NORMALS_ON_READ |
| #define VRML_SPOTLIGHT |
| char* get_next_token | ( | char * | buffer, | |
| int | bufsize, | |||
| FILE * | fp | |||
| ) |
Definition at line 603 of file object.cpp.
| ostream& operator<< | ( | ostream & | os, | |
| Object & | o | |||
| ) |
Definition at line 6757 of file object.cpp.
| int vertex_is_void | ( | Point3D | p | ) |
Definition at line 1159 of file object.cpp.
| int damp_type = 0 |
Definition at line 9013 of file object.cpp.
Definition at line 1158 of file object.cpp.
| int texture_coord_model = 0 |
Definition at line 8942 of file object.cpp.
| int texture_filter_model = 0 |
Definition at line 8966 of file object.cpp.
| int texture_mode_model = 0 |
Definition at line 8950 of file object.cpp.
| int texture_wrap_model = 0 |
Definition at line 8958 of file object.cpp.
| int tissue_type = 0 |
Definition at line 8980 of file object.cpp.
1.5.3