[BACK]Return to decal.iv CVS log [TXT][DIR] Up to [Development] / inventor / apps / nodes / Decal

File: [Development] / inventor / apps / nodes / Decal / decal.iv (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:55:59 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.1 ascii

Separator {
    Decal {
	fields [ ]

	Separator {
	    DEF QUAD FaceSet {
		vertexProperty	VertexProperty {
		    vertex	[ -1 -1 0, 1 -1 0, 1 1 0, -1 1 0 ]
		    normal	0 0 1
		    normalBinding	OVERALL
		}
		numVertices	4
	    }
	}
	Separator {
	    Material {
		diffuseColor	1 0 0
	    }
	    Transform {
		rotation	0 0 1  0.5
		scaleFactor	0.6 0.6 0.6
	    }
	    USE QUAD
	}
	Separator {
	    Material {
		diffuseColor	0 1 1
	    }
	    Transform {
		rotation	0 0 1  1
		scaleFactor	0.3 0.3 0.3
	    }
	    USE QUAD
	}
    }
    Separator {
	Material {
	    diffuseColor	0 1 0
	}
	Transform {
	    translation	0 0 -0.3
	    scaleFactor	2 2 2
	}
	USE QUAD
    }
    Separator {
	Material {
	    diffuseColor	0 0 1
	}
	Transform {
	    translation	-1 -1 0.3
	}
	USE QUAD
    }
}