3D tölvugrafík - GunnarThorunnarson/FORR3FV05EU GitHub Wiki
- Installation & Creating a scene og kóðaskrá
- Project Setup; ljós, orbit camera control, resize, stats.js, lil-gui (youtube)
- Fundamentals
- Nemaverkefni
Tutorials:
- Robot Bobby (youtube rás)
- Dan Greenheck (youtube rás)
- Three.js Journey (tutorial myndbönd, sumt er frítt)
- Three.js (and TypeScript) Tutorials (margt gagnlegt að lesa um)
Notaðu Live Server, þurfum það til að sækja (load) textures eða tilbúin 3D models.
3D Viewer extension til að sjá 3D grafík í VSCode editor.
The GLB locates all of the elements part of a 3D scene, including materials, node hierarchy and cameras, in one single compressed file. In comparison, the GLTF file requires external processing file formats, such other formats such as textures, shaders and animation data. GLB format is a binary format of glTF.
- 3D tilbúin models: glTF og GLB (youtube)
- Loading 3D Models og kóðadæmi
- Add a 3D Model (gLTF): Millennium falcon orbit control og skuggar (youtube)
- Download Free 3D Models: Sketchfab og Mixamo.
-
Animation System (glTF)
- Animation System & Fireflies Effect (youtube)
Ítarefni:
- GLTFExporter addon í Three.js to export your 3D scene, meshes, or objects into the glTF format.
- Solutions: Loading a .OBJ file notar Blender
- Solutions: Loading a .glTF file bætir animation
3D tölvugrafík
- Basic 3D Theory (vefgrein)
- Interactive 3D Graphics (áfangi, myndbönd)
- 3D Game Rendering 101 (vefgreinar)
WebGL & WebGPU
- WebGL vs WebGPU og myndband
- WebGL2 Fundamentals og WebGL Cube tutorial
- WebGPU (successor of WebGL)