Koyo MUNECHIKA
Koyo MUNECHIKA
I also fixed the value of the default pixel parameter because it was different from what is written in docstring.
I changed them following the docstrings default values. Should I restore them and modify docstrings?
@vsnever Yes! This emitter is useful for the tetrahedra_mesh_emission demo program at least.
As @CnlPepper mentioned, `TetraMesh` is not actual primitive objects. I think it is similar to the `MeshData` definition (actually I imitated it to implement `TetraMesh`) > the tetra mesh bunny...
@vsnever @mattngc @CnlPepper This feature is not prioritized over other issues, but how do you feel about adding this?
@CnlPepper I tried to calculate csg oprations by: - Torus + Sphere(right) - Sphere(left) - Box(front) (Copper matrial) - Torus * Cylinder (Glass material) Here is the script I used:...
when checking the docs (https://cython.readthedocs.io/en/latest/src/userguide/special_methods.html), I noticed that parameters of `__mul__` method had been changed. (`__mul__(x, y) `-> `__mul__(self, other)`) This seems to cause the issue. And we should implement...
Thank you for your prompt reply. I could not noticed that issue. I am also trying to fix all binary arithmetic methods at least and going to push the PR,...
Thank you for confirming my PR! @vsnever > There is a draft PR with a proposal to add global constants (e.g. cdef const double CONST), https://github.com/cython/cython/pull/5242. I think that until...
> the tetra mesh bunny file is a bit large! A simpler mesh would be sufficient for a demo. I compressed mesh data in a `.npz` format, including both the...