Generator Engine

 

Create a texture base
I-Tex offers you some algorithms to create a base for your texture or a highmap. Play with the Generator Color Settings to create interesting effects.

Water Interference
This operation is also a type of blob function, which simulates wave germs at different positions on the texture. This is very useful for highmaps of water. The Infinity Textures Logo, for example, was created using such a highmap.

Used for : Bumpmap creation

Bricks
This function creates a brick pattern. Adjust the number of stones using the Logical Pattern Generator parameters.

Used for : Basic texture creation

Checker
Checker creates a regular checkerboard effect. Use a number which can be divided by two (mod 2=0) as generation parameters to get a tile able pattern.

Used for : Basic texture creation

Expression
With the Expression Parser you get a powerful utility to create logical patterns. Just set up a matrix function f(x,y) within a range of -0.5*A and 0.5*A for X and -0.5*B and 0.5*B for Y, where X and Y define the pixel positions on the texture. A and B are the tile factors which can be set up with the logical pattern generator.

Make sure that your mathematical expression is correct and doesn't cause any arithmetic errors (division by zero, for example) before you try to create the pattern.

For example X+Y just creates a diagonal gradient, RND(1), which stands for random, a noise pattern.

Cos(x) stands for Cosinus of X.
Sin(x) stands for Sinus of X.
X^2 stands for the squared X.

Used for : Basic texture creation

Life
The life functions uses the life algorithm to create a pattern. Try using this function with large post-smoothing and multiply values and a color gradient for plasma like effects.

Used for : Bumpmap creation

Lumps
This function simulates bumpy surfaces, and is good for creating highmaps.

Used for : Basic surface and bumpmap creation

Mandelbrot Fractal
Fractals are images where you can zoom in as often you want with new details coming up. Use the preview to adjust the position within the fractal. The iterations value adjusts the rendered detail. Fractals look very good with a color gradient.

Used for : Special texture creation

Matrix
The matrix generator function is an easy way to get regular patterns. Just define the pattern on the matrix in the tool config window. You can choose between the matrix to be depicted with rectangles and triangles or with lines.

Used for : Pattern creation

Mosaic
By connecting lines this function creates a mosaic pattern. If you invert the result and multiply it with an other texture (Utilities \ Mix with Source \ Multiply \ Normal) you can create nice patterns.

Used for : Pattern creation

Plasma
With this function you can create a plasma. Try experimenting with the post-smoothing parameter and color gradients.

Used for : Basic surface and bumpmap creation

Triple Scan Blobs
This blob function creates blobs of a certain size and number, which you can configure with the blob generator parameters. For example, settings of Number=40 and Size=5 produce totally different results from settings with few, big blobs. This offers you a great palette of possibilities.

Used for : Special texture creation

Wave Overflow
This function creates a vertical, random color gradient which is distorted by an irregular wave. You need to use a color gradient to use this function effectively.

Used for : Basic surface creation

Wood
The Wood function is similar to the Wave Overflow, but here the texture is distorted both to the top and to the bottom. This produces places where the texture is thicker and thinner. Only by using a high post-smoothing value will you get seamless results.

Used for : Basic surface creation

Star Field
This functions creates a noise pattern. By using the Initial Multiply and Iterations values you can adjust the number of stars and the brightness. Try a high Initial Multiply and also a high Iterations value to get a dark star field with some bright stars.

If you need an environment texture of a space scene it is recommended that you engage (after the star field generation) a fill and filter \ plasma \ full function, using a suitable color, to add foggy effects. Large and shining stars can be achieved by using the special \ gentle blend ellipse.

Used for : Basic starfield