kayh

Results 36 issues of kayh

Got basic VRM loading working in https://github.com/unavi-xyz/bevy_vrm. Need to import that and add VRM avatars to the player controls. This will involve supporting the first person toggles, as well as...

Add a mirror to the demo world. Still not sure what the long term plan is for mirrors, but for now can throw something together using https://github.com/Selene-Amanita/bevy_basic_portals

We need some format for storing scenes / worlds. I see two options: ### glXF - A very unsupported format, would likely need to write our own reader / writer...

Things aren't very documented right now, and the APIs for using lattice can be pretty ugly. I think there's a good opportunity to go through each package and add documentation...

documentation

Support the [OMI_spawn_point](https://github.com/omigroup/gltf-extensions/tree/main/extensions/2.0/OMI_spawn_point) extension for saving / loading player spawns to gltf

Add a button in examples to toggle the physics debug lines

enhancement

Add some moving kinematic platforms, spinning platforms, etc to the player example. Also may need to add some functionality to the player controls to make them play nice.

enhancement

we run a raycast to detech collision with the world, we should use a sphere instead of a ray to give so extra space so the camera doesnt get put...

enhancement

Add an audio package, and support (at least partially) the `KHR_audio` glTF extension.

enhancement