File: SpotLight.scn

package info (click to toggle)
sofa-framework 1.0~beta4-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 88,224 kB
  • ctags: 26,759
  • sloc: cpp: 151,113; ansic: 2,387; xml: 581; sh: 431; makefile: 101
file content (18 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Node name="root" dt="0.01" gravity="0 0 -10" showBehaviorModels="0" showCollisionModels="0" showMappings="0" showForceFields="0" showBoundingTree="0">
	<Object type="CollisionPipeline" verbose="0" />
	<Object type="BruteForceDetection" name="N2" />
	<Object type="CollisionResponse"  response="default" />
	<Object type="MinProximityIntersection" name="Proximity" alarmDistance="0.02" contactDistance="0.02" />
	<Object type="CollisionGroup" />
	<Object type="LightManager" /> 
	<Object type="SpotLight" name="light1" color="1 0 0" position="0.5 0.7 2" cutoff="25" exponent="1"/> 
	<Object type="SpotLight" name="light2" color="0 1 0" position="0.5 -0.7 2" cutoff="25" exponent="1"/>
	<Object type="SpotLight" name="light3" color="0 0 1" position="-0.8 0 2" cutoff="25" exponent="1"/>
	<Object type="SpotLight" name="light4" color="1 1 1" position="0 0 2" cutoff="10" exponent="1000"/>

	<include href="Objects/SaladBowl.xml"               />	
	<include href="Objects/TorusRigid.xml"            scale="0.05"  rx="30" ry="15" dz="1" />
</Node>