K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
Do you think recreating to_inference_module_input_from_dataframe in c++ is a large effort? The idea is to remove python from the inference so it be in a single windows/linux/mac binary merged with...
Discussion with BRLCAD resulted in GLTF2 export as part of their roadmap via assimp.
Can you give more details?
BRLCAD recommended: > AP203 (v1 and v2) is by far the most common, followed by AP214. Both are pretty well supported among commercial CAD at this point. AP242 is the...
Thanks for your prompt reply. 1. (gltf without animations) https://3d.si.edu/object/3d/command-module-apollo-11:d8c63e8a-4ebc-11ea-b77f-2e728ce88125 2. (blend) https://cloud.blender.org/p/gallery/5e46a80442fa9613e1cd1fca 3. (blend) https://cloud.blender.org/p/gallery/60337d495677e942564cce76 4. (gltf with culturally significant animations) https://sketchfab.com/3d-models/fortnite-floss-emote-0a52f8e8eaf7441faffd8efc8d8a9e0e 5. (VRM based on gltf) https://booth.pm/en/items/1050142 (This...
If I can script Blender would that be acceptable? https://github.com/donmccurdy/glTF-Transform is web native.
Here's a usecase: * For game servers Godot Engine is working on DTLS support. Since there is a lack of udp loadbalancers, this seems to be the the few systems...
Is it ok to do regression tests for now? I've spent some time with doctest with Godot Engine. Not sure how Maya testing works.
We thought of a way to avoid this. Use a no inherit parent and then it's reset. Continue onwards normally. The case comes when we have too many 0.01 transforms....
Can you give some example code for scan all the pixels of the diffuse texture for transparency?