home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8
-
-
- EXTERNPROTO NurbsCurve [ field SFBool debug
- field SFInt32 segments
- field MFFloat knotSequence
- field MFFloat controlPoints ]
- "http://www.ocnus.com/NURBS/NurbsCurve.wrl"
-
-
-
- Viewpoint {
- position 0 3 15
- orientation 0 0 1 0
- fieldOfView 0.785398
- description "NURBS Helix"
- }
-
- Shape {
- appearance
- Appearance {
- material
- Material { diffuseColor 1 1 0 }
- }
- geometry
- NurbsCurve { # Helix
- segments 100
- knotSequence [ 0, 0, 0, 0,
- 1, 2, 3, 4, 5, 6, 7, 8, 9,
- 10, 10, 10, 10, ]
- controlPoints [ 6.0 0.0 6.0 1,
- -5.5 0.5 5.5 1,
- -5.0 1.0 -5.0 1,
- 4.5 1.5 -4.5 1,
- 4.0 2.0 4.0 1,
- -3.5 2.5 3.5 1,
- -3.0 3.0 -3.0 1,
- 2.5 3.5 -2.5 1,
- 2.0 4.0 2.0 1,
- -1.5 4.5 1.5 1,
- -1.0 5.0 -1.0 1,
- 0.5 5.5 -0.5 1,
- 0.0 6.0 0.0 1, ]
- }
- }
-