claygl
claygl copied to clipboard
怎么修改一个已经创建了的cube的颜色呢?
不知道支持此功能吗
var cube = app.createCube();
cube.material.set('color', [1, 0, 0, 1]); // 紅色