From 6680f6863f079dcbf95934a65a897e40b814777e Mon Sep 17 00:00:00 2001 From: Tleety Date: Mon, 18 Jan 2016 14:30:22 +0100 Subject: [PATCH] DirectionalLight component added. --- .../Schema/Components/DirectionalLight.xml | 5 +++++ .../Schema/Components/DirectionalLight.xsd | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 resources/Schema/Components/DirectionalLight.xml create mode 100644 resources/Schema/Components/DirectionalLight.xsd diff --git a/resources/Schema/Components/DirectionalLight.xml b/resources/Schema/Components/DirectionalLight.xml new file mode 100644 index 00000000..a14697c8 --- /dev/null +++ b/resources/Schema/Components/DirectionalLight.xml @@ -0,0 +1,5 @@ + + + 0.8 + true + \ No newline at end of file diff --git a/resources/Schema/Components/DirectionalLight.xsd b/resources/Schema/Components/DirectionalLight.xsd new file mode 100644 index 00000000..b4d96d18 --- /dev/null +++ b/resources/Schema/Components/DirectionalLight.xsd @@ -0,0 +1,19 @@ + + + + + + + + A directional light that shines bright like the future. + + + + + + + + + + + \ No newline at end of file