21 lines
621 B
XML
21 lines
621 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<Entity name="PointLight" xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
|
|
|
|
<Components>
|
|
<c:Model>
|
|
<Resource>Models/Core/UnitSphere.mesh</Resource>
|
|
<Color A="1" B="0" G="3.92156863" R="3.92156863"/>
|
|
</c:Model>
|
|
<c:PointLight>
|
|
<Radius>3</Radius>
|
|
<Intensity>1.1399998664855957</Intensity>
|
|
</c:PointLight>
|
|
<c:Transform>
|
|
<Scale X="0.100000001" Y="0.100000001" Z="0.100000001"/>
|
|
</c:Transform>
|
|
</Components>
|
|
|
|
<Children/>
|
|
|
|
</Entity>
|