-
I'm trying to use this library with my react project but I'm struggling to make it work.
The first issue I run into was the error: "window is not defined", which I was able to solve it by importing t…
-
From what I saw the latest threeJS at least (https://github.com/v1r0x/files_3d/pull/59) supports IFC format.
I tried the thing locally and apparently the IFC loader requires unsafe-eval which would…
-
After command : npx gltfjsx model.glb
```
TypeError: Failed to parse URL from /Documents/GIT/threejs/2022/sandbox.15.06.22/node_modules/draco3dgltf/draco_decoder_gltf.wasm
at new Request (…
-
Hi and thanks a ton for this great feature in Google maps / this example!
I was trying to use an environment map (with metalness / roughness - values) on my model and noticed that this doesn't seem…
-
Based on this release:
https://github.com/MetaCell/geppetto-meta/releases/tag/1.2.0
we'll need to test:
Big Image Viewer Example not working showcase
Updates VR Canvas to match with the latest cha…
-
## GLTF
https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_materials_iridescence
## UNITY HDRP
https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@…
-
Hi,
Thanks for this package. As a beginner with BIM and IFC, I wanted to convert the page below into fibber. I would like to latter insert a model in a react website.
https://github.com/mrdoob/t…
-
Hello,
I've tried this plugin with nuxt.
The result of threejs was perfect but at the same time I had some problem with my other libraries when the build has done.
```
WARN in ./.nuxt/portal-…
-
I'd like to use Lightmaps in Threejs exported from Blender, I know I could do this in Threejs with a separate texture but wondering if I could also just use the MOZ Lightmap GLTF Extension instead. Se…
-
如题,threejs展示obj格式文件时,例子中给了贴图的形式,但是想展示材质文件,想问下如何能将mlt格式的材质文件和obj结合展示