Update of /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6752
Modified Files:
Tag: WIN32
arena.rsg
Log Message:
- add some lights to the default arena
Index: arena.rsg
===================================================================
RCS file: /cvsroot/simspark/simspark/simulations/parts/rsg/boxspheres/arena.rsg,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** arena.rsg 24 Feb 2006 12:04:14 -0000 1.1
--- arena.rsg 1 Apr 2007 15:30:36 -0000 1.1.2.1
***************
*** 3,6 ****
--- 3,27 ----
(RubySceneGraph 0 1)
(
+ ; add lights
+ (node Transform
+ (setLocalPos -10 10 10)
+ (node Light
+ (setDiffuse 1.0 1.0 1.0 1.0)
+ (setSpecular 0.1 0.1 0.1 1.0)
+ (setAmbient 0.8 0.8 0.8 1.0)
+ )
+
+ )
+
+ ; add lights
+ (node Transform
+ (setLocalPos 10 -10 10)
+ (node Light
+ (setDiffuse 1.0 1.0 1.0 1.0)
+ (setSpecular 0.1 0.1 0.1 1.0)
+ (setAmbient 0.0 0.0 0.0 1.0)
+ )
+ )
+
; create the base plane
(node Transform
|