Valtteri Vallius

Results 18 comments of Valtteri Vallius

I am facing the same issue when [I try to bundle to library module](https://github.com/giniedp/ammojs-typed/issues/10) with Rollup and TypeScript. @Kruptein How did you "sideload" the ammo.js successfully, or what does this...

That's pretty wild. I will give it a try tomorrow. Thanks for sharing!

Is there even a concept of groups in Bullet? I don't think you can rely on the ThreeJS groups to rotate a group of objects that have been added to...

Yeah, I have the `allowSyntheticDefaultImports` enabled but it does not seem to make a difference. I figured I'd ask here first since there were different methods listed for initializing the...

It seems the only solution for this problem currently is to provide the ammo.js module externally to your program by dynamically injecting the dom with a script tag that references...

Did the optional bytemuck support ever land to cgmath? I have tricky situation where my struct is used in many places and is defined as such : ```rust #[derive(Clone)] pub...

Any news on this one? Is someone working on this currently or planning to work on it? This issue bugs me quite a lot so maybe I could help. Tips...

> I'd personally use bytemuck (for vertex buffers) for now since there is no extra padding needed for them. Sorry for necrobump, but is there currently a solution for index...

@cwfitzgerald Your requested changes are now implemented. Let me know if there is anything else.

I added another commit to make all the imports direct as I realized that is probably what you meant and not just the wgpu imports.