Jeremy Cowles
Jeremy Cowles
It seems triangulation is forced if one wants to read the faces from the obj file. Is it possible to not triangulate and still read the face data?
Or am I just missing it? I see the API in the C headers, but not exposed in the C# code.
I assume this is due to under tessellation of the highlighted patches?    vs uniform:  I did manage to get something that looks correct-ish in adaptive mode,...
I have a rigid body: ``` { rigidBodies[props.index] = el; ref.current = el; }}> ... ``` If I change `props.physicsType` to "dynamic" (from "kinematicPosition"), the RB does not become dynamic,...
### Description of Issue build_usd.py downloads several zip files, many of which are not prefixed with a library name. Here is a sample of what my $build/src directory contains: **1.5.1.zip...
### Describe the bug Follow the anaconda instructions from the installation page, which says to use this command: `conda create -n manim python=3.8` This will fail, but this will succeed:...