Lizhiyu
Lizhiyu's Blog

Lizhiyu's Blog

Follow
homeTutorialTranslationDogDogameResume
Tag

ThreeJS

#threejs

More content

Read more stories on Hashnode


Articles with this tag

Your Very First Start Of Three.js

Jun 13, 2022

使用Three.js创建一个3D网页一般都会经过以下几个步骤: 引入three.js库 创建场景 创建相机 设置相机位置 将相机添加到场景 创建几何结构 创建材质 生成3D网格对象 将3D对象添加到场景中 创建渲染器 设置渲染器尺寸 将渲染器DOM节点添加到网页DOM树 执行渲染器渲染方法 //引...

Your  Very  First  Start  Of  Three.js

Make a multiplayer card game - Episode 7 | Create 3D graphical interface with Three.js

Apr 23, 2022

This section mainly introduces the use ofreact-three-fiber(referred to as R3F bellow) to realize the construction of interactive scenes. Why Choose...

Make a multiplayer card game - Episode 7 | Create 3D graphical interface with Three.js