[BACK]Return to lod.iv CVS log [TXT][DIR] Up to [Development] / inventor / apps / samples / lod

File: [Development] / inventor / apps / samples / lod / lod.iv (download)

Revision 1.1, Tue Aug 15 12:55:59 2000 UTC (17 years, 2 months ago) by naaman
Branch point for: MAIN

Initial revision

#Inventor V2.0 ascii

# This file contains the geometry to be used by the "details" program
# for the 4 different levels of a LevelOfDetail node.  
# Each level is a named Separator node.
# The levels are named Level1, Level2, Level3, and Level4.  
# Level1 is the largest, and Level4 is the smallest

Separator {
    DEF Level1 Separator {
    	Complexity {
 	    value 0.7
   	}
	Material {
       	    diffuseColor .8 .65 .17
       	}
	Text3 {
	    string "Maxi"
	    justification CENTER
	    parts ALL
	}
	DrawStyle {
	    style LINES
	}
	Material {
       	    diffuseColor .8 .8 .8
       	}
	Transform { 
	    translation 0 3 -5
	    scaleFactor 10 5 5
	}
	Sphere {
	}
    }
    DEF Level2 Separator {
   	Complexity {
 	    value 0.5
   	}
	Material {
       	    diffuseColor .13 .8 .55
       	}
	Text3 {
	    string "Midi"
	    justification CENTER
	    parts ALL
	}
	DrawStyle {
	    style LINES
	}
	Material {
       	    diffuseColor .8 .8 .8
       	}
	Transform { 
	    translation 0 3 -5
	    scaleFactor 10 5 5
	}
	Sphere {
	}
    }
    DEF Level3 Separator {
   	Complexity {
 	    value 0.3
   	}
	Material {
       	    diffuseColor .1 .33 .8 
       	}
	Text3 {
	    string "Mini"
	    justification CENTER
	    parts ALL
	}
	DrawStyle {
	    style LINES
	}
	Material {
       	    diffuseColor        0.8 0.8 0.8
       	}
	Transform { 
	    translation 0 3 -5
	    scaleFactor 10 5 5
	}
	Sphere {
	}
    }
    DEF Level4 Separator {
   	Complexity {
 	    value 0.2
   	}
	Material {
       	    diffuseColor  .8 .13 .33 
       	}
	Text3 {
	    string "Tiny"
	    justification CENTER
	    parts ALL
	}
	DrawStyle {
	    style LINES
	}
	Material {
       	    diffuseColor        0.8 0.8 0.8
       	}
	Transform { 
	    translation 0 3 -5
	    scaleFactor 10 5 5
	}
	Sphere {
	}
    }
}