home *** CD-ROM | disk | FTP | other *** search
- typedef struct{
- void *(*read_geometry_specific_input)();
- Vector3 (*get_surface_normal)();
- double (*intersect_object)();
- void (*object_specific_preprocess)();
- Matrix4 (*get_local_matrix)();
- Point3 (*compute_center_point_in_the_grid_cell)();
- Point3 (*object_point)();
- } ObjectFunctions;
- extern ObjectFunctions ofunc[];
-