⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arena.rsg

📁 ROBOCUP 仿真3D server 源码
💻 RSG
字号:
; -*- mode: lisp; -*-(RubySceneGraph 0 1)(; create the base plane (node Transform       (setLocalPos 0 0 -1)       (node Box	     (setMaterial matGreen)	     (setExtents 100 100 4)	     )       (node PlaneCollider	     (setParams 0 0 1.0 0)	     (node ContactJointHandler		   (setContactBounceMode false)		   )	     )       ); create left side (node Transform       (setLocalPos -50 0 10)       (node Box	     (setMaterial matWhite)	     (setExtents 1 100 20)	     )        (node PlaneCollider	     (setParams 1.0 0 0 -49)	     )       ); create back side (node Transform       (setLocalPos 0 50 10)       (node Box	     (setMaterial matGrey)	     (setExtents 100 1 20)	     )        (node PlaneCollider	     (setParams 0 -1.0 0 -49)	     )       ); create right side (node Transform       (setLocalPos 50 0 10)       (node Box	     (setMaterial matWhite)	     (setExtents 1 100 20)	     )        (node PlaneCollider	     (setParams -1.0 0 0 -49)	     )       ); create front side (node Transform       (setLocalPos 0 -50 10)       (node Box	     (setMaterial matGrey)	     (setExtents 100 1 20)	     )        (node PlaneCollider	     (setParams 0 1.0 0 -49)	     )       ))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -