GltfScene_v4 Op
Load GLTF/GLB 3d files
Summary (oneliner)
<p>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.</p> <h2>GLTF Feature example patches:</h2> <p><a href="https://cables.gl/patchlist/jvaDnE">https://cables.gl/patchlist/jvaDnE</a></p> <h2>converters:</h2> <ul> <li><a href="https://glb-packer.glitch.me/">https://glb-packer.glitch.me/</a></li> <li><a href="https://blackthread.io/gltf-converter/">https://blackthread.io/gltf-converter/</a></li> </ul>
- Ops.Gl.GLTF.GltfScene_v4
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
<i>boolean</i>
)<i>integer</i>
)Transform
<i>integer</i>
) None XYZ XZ<i>boolean</i>
)Timing
<i>boolean</i>
)<i>boolean</i>
)<i>integer</i>
) XYZ X-ZY<i>integer</i>
) XYZ XZ-Y<i>integer</i>
) Auto Force Smooth Never<p>Hide some GLTF nodes by name</p>
<i>boolean</i>
)<i>boolean</i>
)OUTPUT PORTS
<p>The whole GLTF scene as JSON data</p>
<i>boolean</i>
Number)Patches using GltfScene_v4
Changelog
Ops.User.pandur.GltfScene3 renamed to Ops.Admin.GltfScene2 | pandur - 2020-02-06 13:14 | |
cloned op from Ops.Gl.GLTF.GltfScene_v2 | pandur - 2021-04-06 13:10 | |
bugfix | fix animation not playing when using skinned mesh with assigned material shaders | pandur - 2022-01-31 09:10 |
improvement | vertex colors: added automatic color conversion linear space | pandur - 2022-01-31 09:11 |
bugfix | fix problems with different animation interpolation settings | pandur - 2022-01-31 09:11 |
improvement | warn user visually when file was not found | pandur - 2022-01-31 09:11 |
improvement | compatibility with more glb files | pandur - 2022-01-31 09:12 |
improvement | add support for dataurls | stephan - 2022-03-07 18:35 |
cloned op from Ops.Gl.GLTF.GltfScene_v3 | pandur - 2023-07-21 15:08 | |
bugfix | Fix bug: GLTF meshes were not rendering the first time it was executed | pandur - 2024-05-23 11:41 |