// 锥形
this.geometry = new THREE.CylinderGeometry(0, 2, 3, 3, 2, false)
//长方体 参数:长,宽,高
this.geometry = new THREE.BoxGeometry(100, 100, 100);
// 球体 参数:半径60 经纬度细分数40,40
this.geometry = new THREE.SphereGeometry(60, 40, 40);
// 圆柱 参数:圆柱面顶部、底部直径50,50 高度100 圆周分段数
this.geometry = new THREE.CylinderGeometry( 50, 50, 100, 25 );
// 正八面体
this.geometry = new THREE.OctahedronGeometry(50);
// 正十二面体
this.geometry = new THREE.DodecahedronGeometry(50);
// 正二十面体
this.geometry = new THREE.IcosahedronGeometry(50);
vue-three 几何体类型
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 对于美术考生来说,皆清楚学习好素描是何等的重要。事实上,学习素描并非一日之功,而是需要不停进行系统的学习。有人将学...