dennemark

Results 79 comments of dennemark

I haven´t thought about this yet. I guess I never disposed my meshes yet when using useAssetManager :D So if I understood it correctly, useAssetManager currently does not handle disposal...

I have a component i.e. that is using useAssetManager internally and allows to turn on render overlay / outline / shadows and wraps around a normal `` component. For this...

@brianzinn sorry, I forgot to reply. Actually your first post clarifies a lot the concept of both versions Model and useLoader. The useLoader concept is a great idea! Concerning the...

@brianzinn I am resurrecting this topic. I am currently thinking about ways to cache/reuse assets, such as texture, json or meshes and I think it fits the discussion. (my precise...

Actually it seems the scene is the bottleneck for proper usage in use-asset. AssetContainer needs a scene and it cannot pass the objects to another scene. I asked in the...

suspend-react seems really promising! i have been using use-asset for assets like custom node materials, was nice to work with. But the synchronous-like approach of suspend-react looks great! I am...

I digged a bit more into the tooling of hiccup. Got a hang on vite and building the tools. But I realised it is already possible to use pattern as...

I think this one is related: https://github.com/google/draco/issues/703 Am also interested in keeping vertex order for similar reasons.

Custom-font might not be loaded correctly. Using `font-display: swap` in `@font-face` might solve this: https://github.com/gregnb/react-to-print/issues/281#issuecomment-1098039528 At least it worked for me.

Hi, just yesterday I asked a question in the babylon forum concerning handling of vertex color [Link](https://forum.babylonjs.com/t/gltf-vertex-colors/18622/6) and it seems to closely related to the issues described here. I only...