There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Gl.GLTF.GltfScene_v3
Load GLTF/GLB 3d files
summary (oneliner)
This op currently can only load GLB files, these are binary versions of a GLTF file.
A GLTF file can be converted with programs such as Blender.
Click the show structure button to see the way the GLB file is constructed with its nodes and materials.
convertes:
https://glb-packer.glitch.me/
https://blackthread.io/gltf-converter/
doc
issues
youtube id
caniuse query
collections
Inputs
Trigger the op
String/name of GLB file to load
Render the GLB file
Auto scale to maximum bounding box around all meshes, disable for actual scale
Click to open the UI for the GLTF op, shows information of mesh sections and materials
Timing
Used to go through any animations in the GLB file
Sync to timeline
Loops animation if end is reached
Expects gltfSetMaterial node to set materials of nodes
Outputs
Generator used to create the current GLB file
Version of the current GLB file
Length of the animation in seconds
current time with animation
Json object of the GLB file
Triggers when all GLB file has been loaded
Changelog
2019-12-05 - pandur
Ops.User.pandur.GlbTest renamed to Ops.Gl.GLTF
2019-12-06 - pandur
Ops.Gl.GLTF renamed to Ops.Gl.GLTF.GltfScene
2019-12-13 - pandur