simspark.rsg

来自「rcssserver3d Robocup 3D比赛官方指定平台」· RSG 代码 · 共 20 行

RSG
20
字号
; -*- mode: lisp; -*-(RSG 0 1)(; add lights (nd Transform       (setLocalPos -10 10 10)       (nd Light	     (setDiffuse 1.0 1.0 1.0 1.0)	     (setSpecular 0.1 0.1 0.1 1.0)	     (setAmbient 0.5 0.5 0.5 1.0)	     )       ); create the arena(nd Transform      (setLocalPos 0 0 -2)      (importScene rsg/boxspheres/arena.rsg)      ))

⌨️ 快捷键说明

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