DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T t

⟦f54581a4a⟧ TextFile

    Length: 1001 (0x3e9)
    Types: TextFile
    Names: »tri.geo«

Derivation

└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
    └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« 
        └─⟦0abaffd9e⟧ 
            └─⟦this⟧ »mit/demos/gpc/objects/tri.geo« 

TextFile


%-----------------------------------------------------------------------
|	Sample File tri.geo
|	Defines a triangle3 hollow cube
|
|	That is tranformed by the contents of Matrix entry 20
|
|	Sample BIF Geometry File
-----------------------------------------------------------------------%

begin_structure 20;

apply_to_global3 20;

triangle3
	 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

	facet_normals
	{
		 0  1  0
		 0  1  0
		 0  0 -1
		 0  0 -1
		 0 -1  0
		 0 -1  0
		 0  0  1
		 0  0  1
	}

	facet_colors
	{
		0.7 0.7 0.7
		1.0 0.0 0.0
		0.0 1.0 0.0
		0.0 0.0 1.0
		1.0 1.0 0.0
		1.0 0.0 1.0
		0.0 1.0 1.0
		1.0 1.0 1.0
	}
	vertex_colors
	{
		0.7 0.7 0.7
		1.0 0.0 0.0
		0.0 1.0 0.0
		0.0 0.0 1.0
		1.0 1.0 0.0
		1.0 0.0 1.0
		0.0 1.0 1.0
		1.0 1.0 1.0
		1.0 0.5 0.0
		1.0 0.0 0.5
	}

	vertex_normals
	{
		 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
	}
;

end_structure ;