-
Assimp's Mesh class has a field that represents the index of the material. If you have multiple models with the same geometric data, but different materials. Assimp generates multiple duplicate Mesh o…
-
Hello – I was wondering if Trimesh currently has (or might have in the future) a method of offsetting a surface, like [Blender's Solidify modifier](https://docs.blender.org/api/current/bpy.types.Solid…
-
This is the best performance / quality ratio I've ever seen for a path tracer! Keep up the good work!
ghost updated
7 years ago
-
Whenever RCB partitioning is called, it is assumed that the mesh has columns of elements (like in geological meshes) and FixColumnPartitions is called. However, if the mesh is not columnar, FixColumnP…
-
Hi,
Would it be possible to add a method to get all indices of points that are traversed by a ray?
Something like:
`size_t raySearch(const ElementType *ray_origin, const ElementType *ray_direction,…
-
Before things get too carried away in this library, we need to use a uniform mesh/facet data structure (at least the IJ-Ops DefaultMesh implementation, but hopefully this affords the opportunity to sw…
-
Assigning prime numbers to our foundational emoji set could unlock deeper layers of symbolic meaning and mathematical resonance. Let's dive in!
Starting with the "prime" emoji themselves, we could…
-
Currently `parcels` doesn't have the capability to read `Delf3D Flow` simulation NetCDF flow output. Writing a function like `FieldSet.from_nemo()` that parses the NetCDF file from `Flow` into a `parc…
-
## Goals
1. Create an account with Speckle.xyz, a new stream and import any Cesium IFC file.
2. Try to read the stream with `@speckle/objectloader` package
3. See how we can blend this in our [`I…
-
In the use case doc, there is:
- not load any coordinate data or data values
Question: I think the coordinate data needs to be loaded to do anything. So is it so bad to load it up into memory when th…