Nature patterns
Using Reaction Diffusion system to generate natural-looking seamless patterns found in some mammals and fish. Read More …
A personal collection of ideas, programming and shiny stuff
Using Reaction Diffusion system to generate natural-looking seamless patterns found in some mammals and fish. Read More …
About procedural organic-looking grown structures, which must be controllable and confined to user-defined space. Read More …
For this post, I have been working on implementing isosurfaces as a modeling tool in Maya to create blobby things such as the one depicted in the image below. Isosurfaces An isosurface is a shape which is described by taking a scalar field and building a surface from all the points on the field of Read More …
A surface weathering simulation prototype. Surface weathering is a type of texture synthesis which aims to simulate the degradation of an object due to external agents. Read More …
Color Quantization is a process by which we reduce the number of colors in a given image and generate a palette. The main reason why one would want to use a palette from an image was the impossibility for early graphics adapters to handle full 24-bit RGB images due to memory limitations. However, there are Read More …