Jesse Vander Does

Results 34 issues of Jesse Vander Does

Does the specification indicate whether the node matrix and translation properties support double precision numbers? https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/node.schema.json I think accessors are specifically limited to single precision and it seems that some...

I've made your library into a bower component so that its easier for other people to install and would like to make a merge request. At the moment, though, your...

I find the `Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License`, mentioned in your code and README confusing. Normally those sort of licenses are reserved for content, such as images, databases etc,...

@lightfield-benchmark, thanks for the great add-on! I've been playing around with rendering light fields with generated from your add-on in Unity. In Unity I have a plane that represents the...

I found this useful to control whether my `CustomBinding` was run after the UnityBindings. Without this, I believe the order is non-deterministic.

With jsb.Editor.UnityBinding enabled, the generated bindings produce ```c# public static ClassDecl Bind(TypeRegister register) { var cls = register.CreateClass("ScriptableObject", typeof(UnityEngine.ScriptableObject), QuickJS.Binding.CommonFix.CrossBindConstructor); cls.AddMethod(true, "CreateInstance", QuickJS.Unity.ScriptableObjectFix.BindStatic_CreateInstance); return cls; } ``` However, this method...

When trying to track upload progress from a javascript client, total uploaded bytes grows to 100%, then hits a long pending state. It seems like the progress is reporting bytes...

I've added a bower file to make client side installation easier.

## ❓Question I have a simple Keras model. After training I would like to export it as a coreml model using coremltools with the dense layer set to updatable so...

question
triaged

It would be helpful to have `target_error` exposed to gltfpack. If I understand this correctly, this could provide another tool for aggressively simplifying, while setting a lower floor for quality....

enhancement
gltfpack