我得到這個錯誤: Traceback (most recent call last): File "movement", line 1, in (module) NameError: name 'GameLogic' is not defined import GameLogic
cont = GameLogic.getCurrentController()
fwd = cont.sens
我做了以下步驟來創建一個新的材料,並將其鏈接到該對象: 選擇對象。 在按鈕窗口(底部)選擇'陰影'(一個灰色的球),然後'材料按鈕'(紅色的球) 在'鏈接和管道',按'添加新'。 編輯材質顏色('Col')。 我想隨意改變顏色使用這個腳本: from random import random
import Blender
from Blender import *
scn = Blender