This commit is contained in:
liteng 2018-09-20 07:52:36 +08:00
parent bab6e2a84f
commit b2dec1887f

View File

@ -175,6 +175,32 @@ AddMenu.prototype.render = function () {
container.render();
}
// ------------------------- 组 ---------------------------------
// ------------------------- 平板 -------------------------------
// ------------------------ 正方体 -----------------------------
// ------------------------ 圆 ----------------------------------
// ------------------------圆柱体 -------------------------------
// ------------------------ 球体 -------------------------------
// ----------------------- 二十面体 -----------------------------
// ----------------------- 轮胎 ---------------------------------
// ----------------------- 纽结 ---------------------------------
// ---------------------- 茶壶 ----------------------------------
// ---------------------- 酒杯 ----------------------------------
// ---------------------- 精灵 -----------------------------------
// ---------------------- 文本 ----------------------------------
// ------------------------- 环境光 ------------------------------
AddMenu.prototype.addAmbientLight = function () {
@ -246,8 +272,8 @@ AddMenu.prototype.addSpotLight = function () {
// ------------------------- 半球光 ------------------------------
AddMenu.prototype.addHemisphereLight = function () {
var editor = this.app.editor;
var editor = this.app.editor;
var skyColor = 0x00aaff;
var groundColor = 0xffaa00;
var intensity = 1;