From ef4cbfece887cfd54c5361fddbd6027cb3c87ea8 Mon Sep 17 00:00:00 2001 From: viktorljung Date: Fri, 18 Dec 2015 13:20:55 +0100 Subject: [PATCH] Added PointLight Component in XML files --- resources/Schema/Components.xsd | 1 + resources/Schema/Components/PointLight.xml | 6 ++++++ resources/Schema/Components/PointLight.xsd | 19 +++++++++++++++++++ resources/Schema/Entities/Test.xml | 22 ++++++++++++++++++++++ resources/Schema/Types/Entity.xsd | 1 + 5 files changed, 49 insertions(+) create mode 100644 resources/Schema/Components/PointLight.xml create mode 100644 resources/Schema/Components/PointLight.xsd diff --git a/resources/Schema/Components.xsd b/resources/Schema/Components.xsd index 12fb870e..b3bffdd5 100644 --- a/resources/Schema/Components.xsd +++ b/resources/Schema/Components.xsd @@ -6,4 +6,5 @@ + \ No newline at end of file diff --git a/resources/Schema/Components/PointLight.xml b/resources/Schema/Components/PointLight.xml new file mode 100644 index 00000000..a1dd5f54 --- /dev/null +++ b/resources/Schema/Components/PointLight.xml @@ -0,0 +1,6 @@ + + + 1.0 + 0.8 + 0.3 + \ No newline at end of file diff --git a/resources/Schema/Components/PointLight.xsd b/resources/Schema/Components/PointLight.xsd new file mode 100644 index 00000000..68e05a84 --- /dev/null +++ b/resources/Schema/Components/PointLight.xsd @@ -0,0 +1,19 @@ + + + + + + + + It's a point light! + + + + + + + + + + + \ No newline at end of file diff --git a/resources/Schema/Entities/Test.xml b/resources/Schema/Entities/Test.xml index aed1510c..9c275e35 100644 --- a/resources/Schema/Entities/Test.xml +++ b/resources/Schema/Entities/Test.xml @@ -17,6 +17,28 @@ + + + + + + + + + + + + + + + + + + + Models/Core/UnitCube.obj + + + diff --git a/resources/Schema/Types/Entity.xsd b/resources/Schema/Types/Entity.xsd index 92f7dc31..9acfc79a 100644 --- a/resources/Schema/Types/Entity.xsd +++ b/resources/Schema/Types/Entity.xsd @@ -15,6 +15,7 @@ +