luma-web-examples icon indicating copy to clipboard operation
luma-web-examples copied to clipboard

Luma Interactive Scenes (captures) Web Examples, use lumalabs.ai captures directly in your three.js or other WebGL projects!

Results 23 luma-web-examples issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to play around with the new luma library. However, when I try to load a model the fps drops a lot and the website pretty much...

user-support

Is there support for user-defined masks within the LumaWebGL renderer? i.e. can we use a given mesh to define a group of points in the splat that are part of...

enhancement

I am getting this error when trying to use Luma splats with React Three Fiber ``` luma-web.module.js:60 Uncaught TypeError: this.material.updateUniformsAndDefines is not a function at a.onBeforeRender (luma-web.module.js:60:354411) at renderObject (three.module.js:29444:1)...

Default raycaster doesn't detect splat mesh. This feature would be great for camera navigation tools like click to move. It's implemented in example below, so shouldn't be hard to add...

I was expecting to find the implementation in this repo. Thanks! Looking forward to contribute.

[Screencast from 2024-07-18 12-34-29.webm](https://github.com/user-attachments/assets/f05a27e9-2911-43ee-8882-7ab17fd9b718) ``` useEffect(() => { Object.values(materials).forEach((material) => { material.depthTest = false; material.needsUpdate = true; }) Object.values(nodes).forEach((node) => { node.renderOrder = 9000; }) }, [materials, nodes]) ``` I've...

I am trying to get the 3D position of a mouse click inside of the LumaSplats mesh. This is part of the code that I have written: ``` function getClicked3DPoint(evt:...

I have a working project using a Luma splat URL, but I can't make it work with any of the downloaded files (.ply, .luma, .splat) > source can be either...

Hi, I tried installing luma webGL viewer in React 19 RC. I got error with npm package: ``` ⨯ node_modules\react-reconciler\cjs\react-reconciler.development.js (498:1) @ $$$reconciler ⨯ TypeError: Cannot read properties of undefined...