Skip to content

Commit

Permalink
add in variable size point light sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mckennapsean committed Dec 17, 2013
1 parent 220930f commit 93daeb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scenes/prj13.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,13 @@
<!-- Lights -->
<light type="point" name="pointLight">
<intensity value="1000"/>
<size value="10"/>
<position x="-10" y="40" z="20"/>
</light>

<light type="point" name="pointLight">
<intensity value="150"/>
<size value="1"/>
<position x="-13" y="-12" z="20"/>
</light>
</scene>
Expand Down

0 comments on commit 93daeb1

Please sign in to comment.