Daverin
Daverin
For some reason, the matricies of the glTF nodes are not being parsed on iOS. [Orientation test](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/OrientationTest) on iOS. Seems [this](https://github.com/Siccity/GLTFUtility/blob/695ab4d350fc1865d88ade168ed02c8b899334ad/Scripts/Spec/GLTFNode.cs#L19) setter is not being called. Any help would be...
Support for direct (non-KTX container) .basis format. Uses [atteneder/KtxUnity](https://github.com/atteneder/KtxUnity/blob/master/package.json) (needs to be included in manifest.json since unity does not resolve git dependencies. My team needed this for a proof-of-concept glTF...
I have a union type `Food = Beverage | Fruit | Vegetable ` ```gql fragment FoodFrag on Food { ... on Beverage { ...FoodCommon flavour } ... on Vegetable {...
Added support for firebase scopes in claims and validation.
This package is really useful; here's a simple addition to make it even more useful.
I am receiving the following error: ``` [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: RangeError (index): Invalid value: Not in inclusive range 0..59: 88 #0 List.[] (dart:core-patch/growable_array.dart:264:36) #1 GifController._runNextFrame (package:gif_view/src/gif_controller.dart:46:33) #2 GifController._run (package:gif_view/src/gif_controller.dart:33:9) #3...
My docker builds worked a few days ago but are now all failing during xrt package install on ubuntu 20.04 ``` Err:1 https://packages.xilinx.com/artifactory/debian-packages focal/main amd64 xrt amd64 2.16.204 403 Forbidden...
In order to set a custom display size we call [displayTransform](https://developer.apple.com/documentation/arkit/arframe/2923543-displaytransform) to get the display matrix and [projectionMatrix](https://developer.apple.com/documentation/arkit/arcamera/2887458-projectionmatrix) for the camera projection matrix for a specific viewport size. The issue...