Asger Nyman Christiansen
Asger Nyman Christiansen
See the discussion in #273 for details
Open [this](https://asny.github.io/three-d/0.15/shapes2d.html) example in a browser on mobile and see that the green line is not going from top left corner to bottom right corner of the browser viewport. The...
The controls in `src/renderer/control` could be improved by for example: - Expose more parameters to make them easy to customise - Ensure better default parameters across platforms - Support keyboard...
Able to support * https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/SimpleSkin * https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/RiggedSimple * https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Fox Follow up on #89
Support: * https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/AnimatedMorphCube * https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/MorphPrimitivesTest * https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/SimpleMorph Follow up on #89
Implement serde serialise and deserialise for all structs/enum types but under a feature flag. https://github.com/asny/three-d/discussions/370#discussioncomment-6103918
See [this](https://github.com/asny/three-d/issues/145) issue for more context.