flag_right2.rsg

来自「robocup rcssserver 运行防真机器人足球比赛所用的服务器端」· RSG 代码 · 共 48 行

RSG
48
字号
; -*- mode: lisp; -*-;; create a field flag at ($PosX $PosY $PosZ) named $Name with the; given $Material;(RSG 0 1)( (templ $PosX $PosY $PosZ $Name $XScale $YScale $ZScale)  (nd Transform     (setLocalPos $PosX $PosY $PosZ)       (nd Transform	 (setLocalPos 2.0 -2.0 0.0) 	 (nd Cylinder	     (setParams 1.0 1.0)	     (setScale $XScale $YScale $ZScale)	     (setMaterial matBlue)	     )       	 (nd Transform	     (setLocalPos 0.0 0.0 $ZScale)       	     (nd Cylinder		 (setParams 1.0 1.0)		 (setScale $XScale $YScale $ZScale)		 (setMaterial matYellow)		 )	     (nd Transform		 (setLocalPos 0.0 0.0 $ZScale)       		 (nd Cylinder		     (setParams 1.0 1.0)		     (setScale $XScale $YScale $ZScale)		     (setMaterial matBlue)		     )		 )	     )	 )      (nd ObjectState	 (setPerceptName $Name)	 )     ) )

⌨️ 快捷键说明

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