Z3 Development
Z3 Development
The mat4 implementation kind of punts on invalid rotations, i.e. an axis with a length < EPSILON. ``` if (len < glMatrix.EPSILON) { return null; } ``` But is returning...
This is a great service for providing badges in documentation. One of the badge types is 'Social' sites. It would be cool if NodeBB has a pre-built badges. https://shields.io/category/chat OR...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. create a new python package 2. pip install ibeam...
### **IN PROGRESS, DO NOT MERGE** These changes enhance poly2 into a complete geometry, i.e. useful geometry with complete functionality. Several missing functions were added, such as isA(), clone(), etc....
These changes introduce TAU to the modeling library, which includes... - adding TAU constant - reworking primitives to use TAU - reworking tests to use TAU exclusively - reworking internal...
## Expected Behavior Use a constant for PI * 2, i.e. TAU https://tauday.com/tau-manifesto ## Actual Behavior There are many many calculations of PI * 2 in the code. ## Specifications...
## Expected Behavior As the slider is changed, show the value of the slider. @gilboonet suggests "An option to show/hide slider value would be great." ## Actual Behavior The slider...
## Expected Behavior AMF by design is compressed (zip), with XML content. The AMF serializer should do this by default, and support an option to skip compression if requested. ##...
## Expected Behavior Using a new mono-repo management tool; build, version, and publish packages to NPM ## Actual Behavior Lerna has been going through some major disappointments. First, it was...
I'd like to group together all API breaking changes into a single release. So, if there are any suggestions then now is the time. Suggestions: - move slice to geometries...