Revision: 6754
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6754&view=rev
Author:   alexcb
Date:     2008-07-03 16:39:37 -0700 (Thu, 03 Jul 2008)

Log Message:
-----------
created pan-tilt camera model

Added Paths:
-----------
    code/stage/trunk/worlds/pantilt.inc

Added: code/stage/trunk/worlds/pantilt.inc
===================================================================
--- code/stage/trunk/worlds/pantilt.inc                         (rev 0)
+++ code/stage/trunk/worlds/pantilt.inc 2008-07-03 23:39:37 UTC (rev 6754)
@@ -0,0 +1,22 @@
+
+define pantiltcamera camera
+(
+  width 64
+  height 64
+  horizfov 60
+  vertfov 40
+  yaw 0
+  pitch 0
+
+  color        "black"
+  size3 [ 0.1 0.07 0.05 ]
+  pose [ 0.02 0 0 ]
+  obstacle_return 0
+  laser_return 0
+  ranger_return 0  
+)
+
+#TODO make a fancier model
+#define fancypantiltcamer pantiltcamera
+#(
+#)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to