[BACK]Return to newNodes.iv CVS log [TXT][DIR] Up to [Development] / inventor / apps / examples / Toolmaker / 02.Nodes

File: [Development] / inventor / apps / examples / Toolmaker / 02.Nodes / newNodes.iv (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:55:56 2000 UTC (17 years, 2 months ago) by naaman
Branch: sgi, MAIN
CVS Tags: start, release-2_1_5-9, release-2_1_5-8, release-2_1_5-10, HEAD
Changes since 1.1: +0 -0 lines

Initial check-in based on 2.1.5 (SGI IRIX) source tree.

#Inventor V2.0 ascii

#
# Input file for "newNodes" example program
#

Separator {

   MaterialBinding { value PER_PART }
   Material {
      diffuseColor   [.3 .6 .3, .6 .3 .2] 
      transparency   [ 0.6 , 0.0]
      shininess      .5
   }

   # Skip every other child
   Alternate {
      fields         []

      Pyramid {
         fields         []
      }

      Cube {}           # This child is skipped

      Separator {
         MaterialBinding { value OVERALL }
         Glow {
            fields [ SFColor color , SFFloat brightness , SFFloat transparency]
            brightness  .6
            color       .8 .3 .3
	    transparency .7
         }
         Transform {
            translation 3 .6 0
         }
         Pyramid {
            fields      [SFFloat   height ]
            height      3.2
         }
      }

      Sphere {}         # This child is skipped
   }
}