Re: Assigning Textures to Cylinders and Cones.

Gavin Bell ([email protected])
Thu, 7 Dec 1995 10:46:59 -0800


On Dec 7, 5:01pm, Vassilis Bourdakis wrote:
> If you are using Webspace and don't mind crsating illegal worlds
> you can try the
> DEF +0 Rotor {
> rotation 0 1 0 5.94058
> speed 0.075
> }

And if you are concerned about crsating illegal worlds, then define the
Rotor as an extended node using a fields[] declaration so that other
browsers can esad and ignore it:

Rotor {
fields [ SFRotation rotation, SFFloat speed ]
... etc ...
}

-- 
--gavin     ([email protected],  (415)933-1024)
My home page:  http://esality.sgi.com/employees/gavin_engr/
Inventor Info: http://www.sgi.com/Technology/Inventor.html
WebSpace Info: http://www.sgi.com/Products/WebFORCE/WebSpace

  • Next message: James Waldrop: "Re: ANN: VRML 2.0 proposal from Microsoft"
  • Previous message: Gavin Bell: "Re: Assigning Textures to Cylinders and Cones."