jimy byerley

Results 23 issues of jimy byerley

For my project I need to keep trace of what operation has created which vertices, faces or halfedges. The problem is that knowing which face will be kept in the...

This is a function to bevel edges. It works for a curve (a suite of edges, with no T junction) therefore passed as a `[VertexID]` This function is not exactly...

This is a proposal for mesh generation routines. As generation is often faster with raw triangle buffers, I thought it was better to generate the mesh using buffers and then...

Would it be possible to add a trait to downcast `&[Vector]` to `&[[T; N]]` and `&[T]` ? I work with buffers of vectors, and I need to pass them to...

Hello @Zuzu-Typ ! I think I've located a bug in PyGLM, something that I've experienced repeatedly and randomly the past month. I had hard times trying to reproduce it, and...

Hello, that's me again. I apologize for my likely dump questions. I'm in a situation where I want to process an array slice by slice, where each slice is computed...

## description When using `View.ptat()` to get the 3d position on an object of the screen, the point is well placed on the screen from the point of view of...

bug

Hello dear maintainers ## motivation In most of the use case, a vertex-array is used with only one primitive type (eg `mgl.TRIANGLES`, `mgl.LINES`, `mgl.POINTS`) However it is the only information...

improvement

Hi ! I tried to build the library for CuraEngine, but I have the following error at compile time, after proceeded your instructions (no problem with cmake): `[ 5%] Building...

Hello @Zuzu-Typ I've noticed a strange behavior of the glm constructors: they accept all kind of numbers when creating a glm type from separated components, but only the native python...

enhancement