-
Either
await viewer.loadGltf("foo.gltf", true);
or
await viewer.loadGltf1("foo.gltf");
We currently always seem to do the first one but we should be detecting GLTF1 files and using the sec…
-
Add Develop->Render Tests->GLTF Scene Preview
Prototype loading and rendering of a simple GLTF scene (damaged helmet, for example).
Use currently selected object as a handle to the scene.
-
### Godot version
v4.2.beta6.official [64150060f]
### System information
Godot v4.2.beta6 - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 6GB (NVIDIA; 31.0.15.3623) - A…
Go-Ba updated
2 months ago
-
## Bevy version
main, after #10193
## Additional information
See this run from [`bevy-example-runner`](https://thebevyflock.github.io/bevy-example-runner/):
Bevy's default font size and …
-
Hi,
we recently ran into an issue with the conversion from IFC to gltf.
When converting a IfcFixedReferenceSweptAreaSolid into a gltf file by using the `ifcopenshell.geom.shape(...)` function, we …
-
Greetings!
I'm beginner in Three JS.
I've tried to launch this project, but, unfortunately, it can't display my 3d models. It just upload a copy of STL file to my download directory.
And it see…
-
Why `UNPACK_FLIP_Y_WEBGL` is `false` here?
https://github.com/KhronosGroup/glTF-WebGL-PBR/blob/b8128dd1bc8cbd6e165631efbf5f629d3a5b2407/scene.js#L451
glTF 2.0 spec says that it should be `true` fo…
-
**Describe the bug**
GlTF parser is not correctly parse the material of transparent.
**To Reproduce**
Steps to reproduce the behavior:
1. Use glTF viewer can reproduce this issue.
glTF file h…
-
**Describe the bug**
gltf files contain list of images/textures and when it is opened without these images in the path f3d segfaults.
It probably happens with other file formats, but I haven't teste…
-
### Description
Context: as part of making the [OpenSCAD Web Playground](https://ochafik.com/openscad2)'s output look the same as the Desktop version of OpenSCAD, I've exported the default OpenSCAD…