Moritz Mœller
Moritz Mœller
Bump. :) P.S.: Happy New Year.
Could you add an example on how to get index buffers for a mesh that is made of n-gons (with n being non-uniform over the mesh)? I would like to...
That's totally cool for now. I guess this limitation will be lifted at some stage? Plexus is an ideal base to store meshes for manipulation in e.g.a 3D modeling software....
Ohh ... amazing. So is the `for`..`match` above still needed to build the vertices/polygon buffer or is there a shortcut for this now? `collect_topology_into_flat_buffer()`?
I tried this to pull a `Vec` from an OBJ file but it seems I am still missing something: ```rust use decorum::R64; use itertools::Itertools; use nalgebra::Point3; use plexus::prelude::*; use plexus::{buffer::MeshBuffer,...
Ideally I would like to skip the intermediate step of using a `MeshBuffer` ofc. But when I tried that I got even more crazy errors.
Was that part of the example fixed in `plexus`, in the meantime? ```rust // TODO: This particular model seems to corrupt the resulting graph! The // arc circulator for a...
> I would consider either of these bugs in Plexus, [...] Cool. I had to implement automatic detection of subdivision surface creases/corners from (discontinuous) per face per vertex normals on...
@olson-sean-k are you aware of any third party projects that use plexus and/or theon in the wild whose source is available? Looking at such code is usually my first stop...
Any update on this?