Michael Dougall

Results 174 comments of Michael Dougall

Closing a stale, we're more than happy to take a look if anyone in the community wants to pick this up again!

Sweet! TS stuff sounds great, and no worries with the React stuff. I'll put something up in the future when I get things working 😄

Thanks mate! For the type defs you'll need to do some work https://github.com/StrandedKitty/three-csm/blob/master/package.json#L7 They're currently pointing to a file that doesn't exist. Pointing to CSM.d.ts gets it working. Looking at...

Raised https://github.com/StrandedKitty/three-csm/pull/29 and https://github.com/StrandedKitty/three-csm/pull/28

I can link code if you want - I had to defer instantiation of the class similar to some three Controls. Which issue did you use?

This is the code I used for CSM, your shader errors are probably from CSM instantiating a few times because it adds scene objects immediately... when instantiated. ```tsx import {...

Could we start moving away from the Vite specific integrations? For example the current api server is tied directly to Vite, it could be its own standalone process that's agnostic.

It wouldn't we can ship the code for a node process (either as a package or module) in editor package and start it up in the plugin as a sub...