Skip to content

Commit 10d783f

Browse files
authored
Merge pull request #9 from swgpu/car_sample
Car sample
2 parents 3b2486c + c52031c commit 10d783f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1128
-297
lines changed

public/templates/prerendered/scene.room

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Ident": "ROOM",
33
"Id": "Room0000",
4-
"Name": "Sample 00",
4+
"Name": "Sample Without ZBuffer",
55
"Description": "A cold and metallic piece that feel like inside an machine",
66
"ScriptFile": "templates/prerendered/scene.jsc",
77
"MusicFile": "templates/prerendered/music.mp3",
5.79 KB
Binary file not shown.
3.6 KB
Binary file not shown.

public/templates/prerendered/source/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ matrix[0][0] = matrix[0][0] * -1;
1717
matrix[1][0] = matrix[1][0] * -1;
1818
matrix[2][0] = matrix[2][0] * -1;
1919
matrix[3][0] = matrix[3][0] * -1;
20-
print(matrix);
20+
print(matrix);
21+
22+
18 aout à 15h
22.9 KB
Binary file not shown.
22.9 KB
Binary file not shown.

public/templates/prerendered/zbuffer-version/scene.jsm

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/templates/prerendered/zbuffer-version/scene.jwm

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/templates/prerendered/zbuffer-version/scene.room

Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"Ident": "JSM", "NumVertices": 6, "Vertices": [45.2641, 5.3293, 17.9971, -3.0742, -27.035, 49.9269, 0.5249, 5.3293, 54.3556, 45.2641, 5.3293, 17.9971, 41.665, -27.035, 13.5684, -3.0742, -27.035, 49.9269], "Colors": [], "Normals": [-0.6211, 0.1736, -0.7643, -0.6211, 0.1736, -0.7643, -0.6211, 0.1736, -0.7643, -0.6211, 0.1736, -0.7643, -0.6211, 0.1736, -0.7643, -0.6211, 0.1736, -0.7643], "TextureCoords": [0.0, 0.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0], "NumTextureCoords": 6, "NumNormals": 6, "NumColors": 0}

0 commit comments

Comments
 (0)