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. |
find . -type f -exec chmod -x {} +
Robert Cranston authored on 27/02/2024 02:27:271 | 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. |