Skip to content

Commit

Permalink
GLTFLoader: KHR_animation_pointer import support
Browse files Browse the repository at this point in the history
add some TODO comments, rename pointer path property
wip support for camera and light properties, added morph target support
formatting, fix alphaTest, add opacity track splitting
added some comments, added some material ext animation properties
fixed Ior > IOR, test switching to node names to avoid duplication problems (but incomplete yet, needs full paths)
fix: use "pointer" property instead of "path"
refactor: move to extension, add new callbacks
move remaining pieces into extension, rename methods
fix: orthographic/perspective camera, pbrMetallicRoughness prefix, clearcoat/sheen/specular extensions
rm change on PATH_PROPERTIES
only patch PropertyBindings if KHR_animation_pointer is actually used
fix: fall back to original findNode implementation earlier if special cases don't yield results
introduce animationPointerResolver to allow configuring KHR_animation_pointer from outside
fix: glTF camera fov is in radians, not degrees
fix: use QuaternionKeyframeTrack instead of ColorKeyframeTrack if property ends with .quaternion
use extension hooks
  • Loading branch information
hybridherbst committed Mar 28, 2023
1 parent fd8ce5c commit b7504d6
Showing 1 changed file with 565 additions and 1 deletion.
Loading

0 comments on commit b7504d6

Please sign in to comment.