summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
Diffstat (limited to 'src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex')
-rw-r--r--src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex b/src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex
deleted file mode 100644
index da47234..0000000
--- a/src/mesh/assimp-master/test/models/OpenGEX/light_issue1262.ogex
+++ /dev/null
@@ -1,21 +0,0 @@
-LightObject (type = "infinite") {
- Param (attrib = "intensity") {
- float { 3.0 }
- }
-
- Color (attrib = "light") {
- float[3] { { 0.7, 1.0, 0.1 } }
- }
-}
-
-LightObject (type = "point") {
- Param (attrib = "intensity") {
- float { 0.5 }
- }
-}
-
-LightObject (type = "spot") {
- Color (attrib = "light") {
- float[4] { { 0.1, 0.0, 0.1, 1.0 } }
- }
-} \ No newline at end of file