码迷,mamicode.com
首页 > Web开发 > 详细

three.js 中的光

时间:2018-03-16 17:13:59      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:没有   平行光   方向   tar   pre   new t   three.js   javascrip   otl   

以下内容为 three.js 90版本的学习笔记,后续 three.js API 是否有变动我也不晓得,仅供参考

 

three.js 中的光有以下几种:

AmbientLight 环境光
DirectionalLight 平行光
HemisphereLight 半球光
PointLight 点光
RectAreaLight 矩形区域光
SpotLight 聚光

 

环境光

环境光可以照亮场景中所有的物体,但它没有方向,所以物体不会出现阴影。

var light = new THREE.AmbientLight( 0x404040 );
scene.add( light );

 

平行光

半球光

点光

矩形区域光

聚光

three.js 中的光

标签:没有   平行光   方向   tar   pre   new t   three.js   javascrip   otl   

原文地址:https://www.cnblogs.com/tazy/p/8582264.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!