Directional light now fully added to all lists.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<xs:include schemaLocation="Components/Camera.xsd"/>
|
||||
<xs:include schemaLocation="Components/AABB.xsd"/>
|
||||
<xs:include schemaLocation="Components/PointLight.xsd"/>
|
||||
<xs:include schemaLocation="Components/DirectionalLight.xsd"/>
|
||||
<xs:include schemaLocation="Components/Trigger.xsd"/>
|
||||
<xs:include schemaLocation="Components/Health.xsd"/>
|
||||
</xs:schema>
|
||||
@@ -1,6 +1,6 @@
|
||||
<c:PointLight>
|
||||
<c:DirectionalLight>
|
||||
<Direction X="0" Y="0" Z="0"/>
|
||||
<Color R="1" G="1" B="1" A="1"/>
|
||||
<Intensity>0.8</Intensity>
|
||||
<Visible>true</Visible>
|
||||
</c:PointLight>
|
||||
</c:DirectionalLight>
|
||||
Reference in New Issue
Block a user