nicenote/docs/fea/webgl/intro.md
2021-10-20 12:01:04 +08:00

38 lines
591 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
nav:
title: 前端
path: /fea
group:
title: 💊 webGL
order: 9
path: /webGL
---
## 介绍
### 基本对象
* 场景scence
* 相机camera
* 相机创建实例图THREE.PerspectiveCamera(fovy, aspect, zNear, zFar)
* 渲染器renderer
### 绘制方法
* 网孔Meshes推荐
* 多边形Polygons
* 顶点Vertices
### 其它
* 材料Materials
* 纹理Textures
* 光照Lights
* 变换Transforms
* 矩阵Matrices
* 相机Cameras
* 视角Perspective
* 视窗Viewports
* 着色器shader