#VRML V2.0 utf8 # CircleFish.wrl # (c) Ildeniz Duman, 1998, for Kelp Forest Project # This is a Circle Fish # This is the main program # fish size # max width is 10 cm --> X-axis # length is 1 m -------> Y-axis # max height is 1 m ---> Z-axis EXTERNPROTO CircleFishProtoLOD [ exposedField MFString skinTextureFile exposedField SFVec3f fishLODScale exposedField SFColor LODWingColor exposedField SFColor DifColor exposedField MFFloat PosKey exposedField MFVec3f PosKeyValue exposedField MFFloat OrientIntKey exposedField MFRotation OrientIntKeyValue exposedField SFTime FishOrbitTime ] "CircleFishLODProto.wrl#CircleFishLODProto" Viewpoint { description "Circle Fish" }, #the values are for testing purposes only Transform{ children CircleFishProtoLOD{ #define new values here skinTextureFile "blue.jpg" LODWingColor 0 0 1 FishOrbitTime 10 PosKey [0 1] PosKeyValue [0 0 0, 1 1 1] fishLODScale 1 0.5 1 } } #end of file CircleFish.wrl