Results 167 comments of Mark Kellogg
trafficstars

Sorry for the late reply. I think the only way you'll be able to display multiple 3DGS files using such a large scale is if you use multiple instances of...

Sorry for the very late reply, but I was able to create an R3F component using the following code: ``` 'use client' import * as THREE from "three"; import React,...

@Patrick-van-Halm-360Fabriek For adding another scene object, I have no good reason at all :smile: It was just a quick example that I didn't think about too carefully, yours is definitely...

Just checking in, is anyone still having any specific issues? It looks like several have been brought up in this thread, and I'm not sure which (if any) have been...

Sorry for the delayed response, the react component would need to be updated to use the `options` parameter, something like: ```javascript 'use client' import * as THREE from "three"; import...

Mainly the type annotations would go away. For example: `sources: string[]` becomes `sources` and `useState` goes back to `useState` Also you'd need to remove the question marks from places like...

Sorry for the late reply -- I've never used React-XR before, I've only tested with my built-in webXR implementation, and it seemed to work OK the last time I tested...

Thanks for this! Would you be able to re-target this PR to the [dev](https://github.com/mkkellogg/GaussianSplats3D/tree/dev) branch?