flag.rsg
来自「rcssserver3d Robocup 3D比赛官方指定平台」· RSG 代码 · 共 19 行
RSG
19 行
; -*- mode: lisp; -*-;; create a field flag at ($PosX $PosY $PosZ) named $Name with the; given $Material;(RSG 0 1)( (templ $PosX $PosY $PosZ $Name $Material) (nd Transform (setLocalPos $PosX $PosY $PosZ) (importScene rsg/boxspheres/staticsphere.rsg 1 $Material) (nd ObjectState (setPerceptName $Name) ) ) )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?