-
Notifications
You must be signed in to change notification settings - Fork 2
Emitters
alexus37 edited this page Oct 21, 2015
·
3 revisions
To be able to see something in our rendering we need to add at least one emitter to our scene.
A simple point light.
Parameter | Type | Description |
---|---|---|
position | point | The position of the point light |
power | color | The power of the point light |
<emitter type="point">
<point name="position" value="-8,5,0"/>
<color name="power" value="500,250,250"/>
</emitter>
Add maybe more samplers e.g. Stratified sampler