DefinitelyMaybe

Results 78 comments of DefinitelyMaybe

Would like to close this after #886 . Saying less means less to worry about maintaining moving forward. Happy to add other information if needed 👍

Hey! > @lortschi Do I understand correctly that `` does not support the `castShadow` and `receiveShadow` properties? They are used right here in the example: https://threlte.xyz/docs/reference/extras/gltf#example thank you for pointing...

Want to throw deno style path onto the board. Which I thought was approximately -> sponsorship for dev work for project plus a service/tech built on top of open-source project...

There's deno and they also made deno deploy. a service with a free tier. So for threlte our paid service could be a game with a free demo. late edit:...

Another issue to track progress on this: https://github.com/sveltejs/svelte/issues/4818

oh man. scratching my head on this one. So in [source](https://github.com/threlte/threlte/blob/6ebc7cffdef5bf0e10201e26d15850cace13cd2f/packages/rapier/src/lib/components/Colliders/Collider.svelte#L151) the colliders translation and rotation are set but not it's scale... not sure why thats was left out. Lemme...

wow! someone on discord found another solution. Thank you rubber-duck + types. The [refresh function](https://github.com/threlte/threlte/blob/6ebc7cffdef5bf0e10201e26d15850cace13cd2f/packages/rapier/src/lib/components/Colliders/AutoColliders.svelte#L120) from the component can be manually called like so: ```svelte ``` or use `bind` instead...

Follow on question if I may, Do previous builds AWS resources remain with each successive build? I'm new to AWS so this may be a dumb question.

Someone can correct me if I'm wrong but it's something we won't be documenting within threlte as it's an [abstraction rapier made](https://rapier.rs/docs/user_guides/javascript/character_controller)

wait no, I tell a lie, [BasicPlayerController](https://github.com/threlte/threlte/blob/main/packages/rapier/src/lib/recipes/BasicPlayerController.svelte) is a export we made. I'm not sure of the exact intentions but perhaps it is more of an example for folks to...