diff options
Diffstat (limited to 'plot/vrml.h')
-rw-r--r-- | plot/vrml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plot/vrml.h b/plot/vrml.h index ff44a6c..d3c86c3 100644 --- a/plot/vrml.h +++ b/plot/vrml.h @@ -225,10 +225,10 @@ char *vrml_format(); /* Create a vrml/x3d plot object. */ /* Filename will have appropriate extension added automatically. */ -vrml *new_vrml_vdist(char *name, int doaxes, vrml_space ispace, double vdist); +vrml *new_vrml(char *name, int doaxes, vrml_space ispace); /* Same as above but override default Z viewing distance */ -vrml *new_vrml(char *name, int doaxes, vrml_space ispace); +vrml *new_vrml_vdist(char *name, int doaxes, vrml_space ispace, double vdist); #define VRML_H |