Skip to content

Commit 5e4fae7

Browse files
committed
gltf lesson progress
1 parent 942cf1a commit 5e4fae7

26 files changed

+27603
-1
lines changed

lesson_041/Pirate Girl_upload.bin

531 KB
Binary file not shown.

lesson_041/Pirate Girl_upload.gltf

+3,944
Large diffs are not rendered by default.

lesson_041/Pirate Girl_upload_bad.bin

535 KB
Binary file not shown.

lesson_041/Pirate Girl_upload_bad.gltf

+15,350
Large diffs are not rendered by default.

lesson_041/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Fun with WebGL 2.0 - 041 - Meshes and Skeletons from GLTF
2+
**Description**:
3+
We're reaching a point that we can no longer just create mesh data by hand and rather use complex models with animations and what not. So we're going to explore creating a GLTF loader since that format is easier to use and can bring in more data then OBJ files. We step through a triangle example then start loading in more complex meshes that include skeleton data so that we can start manipluating cool looking models by code. We get to see the return of pirate girl that we haven't seen in months, today we finally begin her first few joint controlled movements.
4+
5+
### Links of Interest
6+
https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0
7+
https://github.com/KhronosGroup/glTF/tree/master/specification/2.0
8+
https://github.com/aframevr/aframe/blob/master/docs/components/vive-controls.md
9+
https://raw.githubusercontent.com/javagl/JglTF/master/images/gltfOverview-0.2.0.png
10+
https://github.com/KhronosGroup/glTF-Blender-Exporter/issues/39
11+
12+
### Links
13+
* [Lesson on Youtube](https://youtu.be/)
14+
* [Youtube Series PlayList](https://www.youtube.com/playlist?list=PLMinhigDWz6emRKVkVIEAaePW7vtIkaIF)

0 commit comments

Comments
 (0)