Updated MapObject plug-in.

--Sven
This commit is contained in:
Sven Neumann
1998-07-16 00:45:41 +00:00
parent a528c42a2e
commit b5b15171ca
15 changed files with 1045 additions and 107 deletions

View File

@ -31,7 +31,8 @@ typedef enum {
typedef enum {
MAP_PLANE,
MAP_SPHERE
MAP_SPHERE,
MAP_BOX
} MapType;
/* Typedefs */
@ -57,7 +58,7 @@ typedef struct
} LightSettings;
typedef struct {
GckVector3 viewpoint,firstaxis,secondaxis,normal,position;
GckVector3 viewpoint,firstaxis,secondaxis,normal,position,scale;
LightSettings lightsource;
MaterialSettings material;
@ -79,6 +80,8 @@ typedef struct {
gdouble pixeltreshold;
gdouble radius;
gint32 boxmap_id[6];
} MapObjectValues;
/* Externally visible variables */