File: faceSet.iv

package info (click to toggle)
inventor 2.1.5-10-19
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 36,252 kB
  • ctags: 24,580
  • sloc: ansic: 33,867; lisp: 7,361; cpp: 3,874; yacc: 369; sh: 359; perl: 234; awk: 141; makefile: 79; csh: 35; sed: 11
file content (43 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#Inventor V2.1 ascii

Separator {
    FaceSet {
	vertexProperty		VertexProperty {
	    vertex	[ -1 1 1,
			      -1 -1 1,
			      1 -1 1,
			      1 1 1,
			      1 1 1,
			      1 -1 1,
			      1 -1 -1,
			      1 1 -1,
			      1 1 -1,
			      1 -1 -1,
			      -1 -1 -1,
			      -1 1 -1,
			      -1 1 -1,
			      -1 -1 -1,
			      -1 -1 1,
			      -1 1 1,
			      -1 1 1,
			      1 1 1,
			      1 1 -1,
			      -1 1 -1,
			      1 -1 1,
			      -1 -1 1,
			      -1 -1 -1,
			      1 -1 -1 ]
	    normal	[ 0 0 1,
			      1 0 0,
			      0 0 -1,
			      -1 0 0,
			      0 1 0,
			      0 -1 0 ]
	    texCoord	[  ]
	    orderedRGBA	[  ]
	    normalBinding	PER_PART
	}

	numVertices	[ 4, 4, 4, 4, 4, 4 ]
    }
}