-
Info: I'll be pushing a change to support large meshes (64k+ vertices) with 16-bits indices.
TL;DR;
- No breakage of existing renderer back-ends.
- New feature needs to be supported by renderer …
-
Parsing design (AST generation)...
Compiling design (CSG Tree generation)...
Rendering Polygon Mesh using CGAL...
ERROR: CGAL error in CGALUtils::applyBinaryOperator difference: CGAL ERROR: asser…
-
**Affected Versions**: 4.25.0 and 4.25.1 tested
**Steps to reproduce**:
1.) Create a VR project in 4.25
2.) Start SteamVR and have it ready
3.) Bind some Knuckles controller mappings in your pro…
-
## 🚀 Feature
A typical bioimage analysis task is to track the movement of objects of interest such as cells in their 2D or 3D movement (possibly more, @jni --guardian-of-dimensions-- would argue). …
-
**Describe the bug**
I configured nvidia prime offload according to https://nixos.wiki/wiki/Nvidia including the offload script.
When I run vkcube, either with or without setting the offload paramet…
-
## 🚀 Feature
There have been a number of requests from the community around supporting physical coordinates. Right now we have `scale` and `translate` properties and a scene graph so it will be pos…
-
Re : version 2015.03-2
When using Openscad to create 2D files, exporting the 2D content to an SVG file automatically adds a 0.5mm border around all of the 2D objects in the SVG file. The SVG xml…
-
ERROR: CGAL error in CGAL_Nef_polyhedron3(): CGAL ERROR: assertion violation! Expr: e->incident_sface() != SFace_const_handle() File: /Users/kintel/code/OpenSCAD/libraries/install/include/CGAL/Nef_S2/…
-
I tried these Configuration:
> PlusConfiguration version="2.1"
> DataCollection StartupDelaySec="100.0"
> DeviceSet
> Name="Test OCT Send Data"
> Description="Trying to send…
-
https://github.com/mrdoob/three.js/blob/3c0ec00aa5541332824bdef86fe5a0b4245144de/src/math/Box3.js#L40-L45
Why the `.min` default value is not `new Vector3( - Infinity, - Infinity, - Infinity )` and…