# threejs-base-learn **Repository Path**: pearpear/threejs-base-learn ## Basic Information - **Project Name**: threejs-base-learn - **Description**: 根据《Three.js开发指南:基于WebGL和HTML5在网页上渲染3D图形和动画》进行的基础学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-26 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # threejs-base-learn #### 介绍 根据《Three.js开发指南:基于WebGL和HTML5在网页上渲染3D图形和动画》进行的基础学习... 在学习的过程中发现,这本书的版本是19年的了,所以一些旧的几何体类型已经完全不支持了... ##### chapter-01-03 添加材质、光源和阴影效果 ![Image text](https://gitee.com/pearpear/threejs-base-learn/raw/master/images/1.png) ##### chapter-01-04 让你的场景动起来 ![Image text](https://gitee.com/pearpear/threejs-base-learn/raw/master/images/2.gif) ##### chapter-01-05 使用dat.GUI简化动画试验流程 ![Image text](https://gitee.com/pearpear/threejs-base-learn/raw/master/images/3.gif) ##### chapter-03 THREE.AmbientLight ![Image text](https://gitee.com/pearpear/threejs-base-learn/raw/master/images/4.gif)