Browse code

Move assets to assets directory

Robert Cranston authored on 27/02/2024 02:27:31
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-
2
-These scenes have textures which are hand-drawn to fit with the
3
-gemetry. Each model file has an accompanying texture with the same
4
-name.
5
-
6
-The reason why each model has been split into multiple model files, is
7
-because different parts of the model used different textures, and
8
-splitting the model itself makes it easy for the user to switch active
9
-texture at the right moment during rendering.
10
-
11
-These models are intended to be rendered without any dynamic lighting.
Browse code

Remove executable bit on files

find . -type f -exec chmod -x {} +

Robert Cranston authored on 27/02/2024 02:27:27
Showing 1 changed files
1 1
old mode 100755
2 2
new mode 100644
Browse code

Add cpp-v1

Ingemar Ragnemalm authored on 21/02/2024 20:24:28 • Robert Cranston committed on 21/02/2024 20:24:28
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,11 @@
1
+
2
+These scenes have textures which are hand-drawn to fit with the
3
+gemetry. Each model file has an accompanying texture with the same
4
+name.
5
+
6
+The reason why each model has been split into multiple model files, is
7
+because different parts of the model used different textures, and
8
+splitting the model itself makes it easy for the user to switch active
9
+texture at the right moment during rendering.
10
+
11
+These models are intended to be rendered without any dynamic lighting.