box_with_hj_with_ccylinder.rsg

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

RSG
38
字号
;; -*- mode: lisp; -*-(RSG 0 1)( (templ $name $perceptorName $effectorName $attach	$x $y $z	$lenX $lenY $lenZ	$anchorX $anchorY $anchorZ	$axisX $axisY $axisZ $minDeg $maxDeg	$totalMass $material $ElbowRadius $ElbowLen) (nd Transform     (setName $name)     (setLocalPos $x $y $z)     (importScene rsg/agent/soccerbot058/box.rsg		  $lenX $lenY $lenZ		  $totalMass $material)     ;; install hinge joint     (importScene rsg/agent/nao/hingejoint.rsg		  $perceptorName $effectorName		  ../boxBody $attach		  $anchorX    $anchorY   $anchorZ		  $axisX      $axisY     $axisZ		  $minDeg $maxDeg)	     ;; static cylinder for the elbow     (nd Transform	 (setLocalPos $anchorX $anchorY $anchorZ)	 (setLocalRotation 0 90 0)	 (nd CCylinder	     (setMaterial matGrey)	     (setParams $ElbowRadius $ElbowLen)	     )	 )     ) )

⌨️ 快捷键说明

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