QLQuan Leinquanleio.hashnode.dev·Aug 7, 2022 · 3 min readCamera near, far and z fightingThis topic talks about Perspective camera and how to set appropriate viewing frustum for massive distance environment. Perspective camera is the projection mode which is designed to mimic the way human sees things in the real world. This is the most...00
QLQuan Leinquanleio.hashnode.dev·Jul 24, 2022 · 6 min readSetting webpack for three.js appStep 1: Init app Create directory for the application and start init a node app with: npm init Create index.html and src folder in the project directory. The src folder will contain all of the scripts (and assets) and the index.html is just simple l...00