- 最后登录
- 2022-10-8
- 注册时间
- 2010-12-6
- 阅读权限
- 100
- 积分
- 14150
- 纳金币
- 76544
- 精华
- 23
|
InsertScene
InsertScene
When a group name is specified in the InsertScene function, (in your case “test”), its this group that is actually moved with the coordinates specified to the InsertScene command
script-scene object pick
Code:
(setq loc (getobjectlocation "test" EC_XFORM_MODE_HOME)) //test组名
(InsertScene "blue.rsn" (nth 0 loc) (nth 1 loc) (nth 2 loc) "test" "" T) //把blue.rsn导入test组下面
(setobjectlocation "blue" 1 9 3) //blue.rsn位置设置
There’s an easy way to turn off the progress bar, try:
Code:
(SetSceneVar "rogressBarOn" 0) //无进度条
语言:
C, C++, CScript and Lisp Application Program Interface |
|