home *** CD-ROM | disk | FTP | other *** search
-
-
- material cubeMat0 {
- type TEXTURED
- type LIGHT
- type BUMP
- texturebump .\textures\Interfaces\newgamebump.bmp
- texturebis .\textures\Interfaces\newgame.jpg 0.5 BUFSTATIC
- }
-
-
- material cubeMat1 {
- type TEXTURED
- type LIGHT
- type BUMP
- texturebump .\textures\Interfaces\basiquebump.bmp
- texturebis .\textures\Interfaces\basique.jpg 0.5 BUFSTATIC
- }
-
-
- material cubeMat2 {
- type TEXTURED
- type LIGHT
- type BUMP
- texturebump .\textures\Interfaces\colorbump.bmp
- texturebis .\textures\Interfaces\color.jpg 0.5 BUFSTATIC
- }
-
-
- material cubeMat3 {
- type TEXTURED
- type LIGHT
- type BUMP
- texturebump .\textures\Interfaces\multiplayerbump.bmp
- texturebis .\textures\Interfaces\multiplayer.jpg 0.5 BUFSTATIC
- }
-
-
- material cubeMat4 {
- type TEXTURED
- type LIGHT
- type BUMP
- texturebump .\textures\Interfaces\basiquebump.bmp
- texturebis .\textures\Interfaces\basique.jpg 0.5 BUFSTATIC
- }
-
-
- material cubeMat5 {
- type TEXTURED
- type LIGHT
- type BUMP
- texturebump .\textures\Interfaces\generalbump.bmp
- texturebis .\textures\Interfaces\general.jpg 0.5 BUFSTATIC
- }
-
-
-
- material cubelightMat {
- type TEXTURED
- type NOLIGHT
- type TRANSPARENCY10
- texture .\textures\light.png
- }
-
-
-
- material request {
- color ccccaa
- type NOLIGHT
- type TRANSPARENCY100
- texture .\textures\request.jpg BUFSTATIC
- }
-
-
-
-
-
-
- mesh basicCube {
- 0 0 0 0 0 0 100
-
- -50 -50 -50
- 50 -50 -50
- 50 50 -50
- -50 50 -50
- -50 -50 50
- 50 -50 50
- 50 50 50
- -50 50 50
-
- cubeMat0
- 0 0 0 1 255 0 2 255 255 3 0 255
- cubeMat1
- 1 0 0 5 255 0 6 255 255 2 0 255
- cubeMat2
- 5 0 0 4 255 0 7 255 255 6 0 255
- cubeMat3
- 4 0 0 0 255 0 3 255 255 7 0 255
- cubeMat4
- 3 0 0 2 255 0 6 255 255 7 0 255
- cubeMat5
- 1 0 0 0 255 0 4 255 255 5 0 255
- }
-
-
-
- mesh request {
-
- 0 0 0 0 0 0 85
-
- -70 -35 0
- 70 -35 0
- 70 35 0
- -70 35 0
-
- request
- 0 0 0 1 255 0 2 255 255 3 0 255
-
- }
-
-
-
- light cubelight {
- 0 0 0 0 0 0
- omni 0 120 400
- }
-
-