/*
* $Id: graphics.vrml.h,v 1.1 2001/10/09 19:22:20 jedwards Exp $
*/
/*
* File: graphics.vrml.h
*
* Author: Jeff W. Boote
* National Center for Atmospheric Research
* PO 3000, Boulder, Colorado
*
* Date: Tue Feb 8 09:14:03 MST 2000
*
* Description:
*/
/*
Vis5D system for visualizing five dimensional gridded data sets
Copyright (C) 1990-1996 Bill Hibbard, Brian Paul, Dave Santek,
and Andre Battaiola.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef VRML_H
#define VRML_H
#include "globals.h"
extern void vrml_save(Display_Context dtx, char *filename);
#endif /* VRML_H */
syntax highlighted by Code2HTML, v. 0.9.1