Results 170 issues of Moritz Mœller

Add support for reading smoothing groups. Just another index with length `num_face_indices` (aka _number of faces of the mesh_). Each entry is the number of the smoothing group that the...

[That way](https://nsi.readthedocs.io/en/latest/nsi.h.html) you would make it possible to send at least geometry data to `embree` via [Maya](https://gitlab.com/3Delight/3DFM), [Houdini](https://gitlab.com/3Delight/3delight-for-houdini), [Katana](https://gitlab.com/3Delight/3DelightForKatana) and [Hydra](https://gitlab.com/3Delight/HydraNSI) compatible app or [Cinema4D](https://gitlab.com/3Delight/3delight-for-cinema-4d).

So that you can instantly interface with Maya, Houdini, Katana and Cinema 4D.

See the [`hex-spiral`](https://crates.io/crates/hex-spiral) crate. **Stack Exchange** * [Converting Between Spiral Honeycomb Mosaic And Axial Hex Coordinate](https://gamedev.stackexchange.com/questions/71785/converting-between-spiral-honeycomb-mosaic-and-axial-hex-coordinates) * [Is There an Easy Way to Number a Hexagonal Spiral?](https://tex.stackexchange.com/questions/275490/is-there-an-easy-way-to-number-a-hexagonal-spiral)

Trying to compile the examples for `bevy` on macOS I get `spirv-reflect` failing: os: macOS 10.15.6 compiler: Apple clang 11.0.3 ``` warning: error: invalid argument '-std=c++11' not allowed with 'C'...

See [here](https://daringfireball.net/projects/smartypants/). Rustdoc has automatic built-in support for this since a while. It is mosly apparent with single and double quotes are getting turned into proper quotation marks but also...

I saw the app is currently not using `egui`'s [`eframe`](https://docs.rs/eframe/latest/eframe/index.html). Is there a reason for this? `eframe` would possibly enable web assembly/running in browser trivially and also make a bunch...

## Problem `Assimp` blows up the number of vertices when an imported model has per vertex per face normals. There may be other cases (I e.g. would assume the same...

Feature-Request
Postprocessing
Wavefront-Obj
Explanation

Trying to slice on macOS makes `hob3l` exit with sig 11: Example file is [here](https://github.com/moehriegitt/hob3l/files/13772580/myfile.scad.zip) ``` > out/bin/hob3l.x myfile.scad -o myfile.stl Info: Z: min=0.1, step=0.2, layer_cnt=152, max=30.3, grid=2^13 Segmentation fault:...

help wanted