Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 72ca020c3e58903e15410e6277d9d7a5 > files > 364

hackwhite_dune-0.29-0.beta421.1mdv2007.0.i586.rpm

#VRML V2.0 utf8

PROTO NurbsGroup  
#
# use with SGI cosmoplayer Cosmo Player 2.1.5 (browserdependend ?)
#
# PROTO interface 
# Copyright (C) 2003 J. "MUFTI" Scheurich
# 
# 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 2 of the License, 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 (see the file "COPYING" for details); if 
# not, write to the Free Software Foundation, Inc., 675 Mass Ave, 
# Cambridge, MA 02139, USA.
#
   [
   eventIn       MFNode   addChildren
   eventIn       MFNode   removeChildren
   exposedField  MFNode   children            []
   exposedField  SFFloat  tessellationScale   1.0       # (0,)
   field         SFVec3f  bboxCenter          0 0 0     # (-,)
   field         SFVec3f  bboxSize            -1 -1 -1  # (0,) or (-1,-1,-1)
   ]
{
Group 
   { 
   addChildren IS addChildren
   removeChildren IS removeChildren
   children IS children
   bboxCenter IS bboxCenter
   bboxSize IS bboxSize
   }
}