Animation in VRML ? 
Author Message
 Animation in VRML ?

hi, i have following vrml code:

---------------------------------
#VRML V2.0 utf8
DEF root Switch {
  whichChoice 0
  choice [
    DEF S1 Shape {
    geometry IndexedLineSet {
      coord Coordinate {
        point [ ... }
      }
      coordIndex [ ... ]
      color{*filter*}ex FALSE
    }
    DEF S2 Shape {
    geometry IndexedLineSet {
      coord Coordinate {
        point [ ... }
      }
      coordIndex [ ... ]
      color{*filter*}ex FALSE
    }
    DEF S3 Shape {
    geometry IndexedLineSet {
      coord Coordinate {
        point [ ... }
      }
      coordIndex [ ... ]
      color{*filter*}ex FALSE
    }    
  ]

Quote:
}

DEF T TimeSensor {
  cycleInterval 1
  loop TRUE

Quote:
}

-------------------------------

I want to use T to keep trigering
the root Switch node to switch
showing its each child nodes. I
can make it out with Script node.
Is there any way to do it without
Script code?

Regards.

Yanlin



Sun, 22 Apr 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Followup on animation of VRML

2. Novice want to make animation in VRML

3. ###### Put animation in VRML ????????

4. Using Java animation as VRML texture ?

5. Problems with the animation in VRML 2.0 files

6. Facial Animation in VRML

7. Synchronizing sound with animation in VRML 2.0

8. Animation in VRML

9. Responding to Events: WakeupOnAWTEvent & Human Animation with VRML & Java3d

10. VRML-Animation in PowerPoint?

11. VRML animation output files

12. VRML Animation

 

 
Powered by phpBB® Forum Software