Moritz Mœller
Moritz Mœller
Specifically, an example of how to load a mesh made of n-gons and different indices for normal/uv data. How would I get to the data of such a mesh? I.e....
There seem to be no XML examples of this anywhere but a quick glance at the source seems to indicate these are parsed somehow. Do you have some sample XML...
A C++ source that could easily be ported is e.g. available as part of the Houdini Ocean Toolkit here: https://github.com/eloop/hot A nice property of this algorithm is that it outputs...
Could support for fading in/out of octaves be added? I.e. `4.5` octaves means four octaves and the fifth octave weighted down by 0.5 before being added.
Below is a screenshot from a slice of `turbulence_3d` using default parameters except `octaves`, which is set to `8`. There are some pretty obvious grid-like artifacts at 45 deg angles....
I mainly needed to iterate the DB contents to generate a list of countries/prefixes for a UI where the user enters a phone number. So I added `Database::iter()`. While at...
The license was recently changed to the more permissive BSD. [Ayam](http://ayam.sourceforge.net/) is a complete OSS NURBS modeler written in C. I think lots of the algorithms could be ported to...
See [Wikipedia on `smooth(er)step`](https://en.wikipedia.org/wiki/Smoothstep#Variations).
I would like to integrate this crate with a Rust-based creative coding environment for non-realtime 3D rendering. Most offline renderers can deal dandy with n-gon meshes and even render them...
Could some source code examples be added on how to create PTex files? Particular if the source geometry contains n-gons. I.e. how to create the `pentagon` example?