Mapping Image Sequences

calendar_today

04.04.2025

label

Texturing

mouse

Houdini 20.5

Description

Mapping an image sequence to copies of unwrapped grids.

1 Code

C
        string path = chs('path');
string name = chs('name');
string end = chs('ending');

int number = prim(0, 'copynum', i@primnum);
string n = sprintf('%04d', number);

string file = path + name + n + end;
vector uvw = vertex(0, 'uv', i@vtxnum);
vector clr = colormap(file, uvw);

v@Cd = clr;
    
download

Downloads

link

Related articles

favorite

293

label

Texturing

Accumulating the amount of daylight

favorite

311

label

Texturing

Blending Object Colors into a Texture Map

favorite

373

label

Texturing

Camera Projection to a Curved Screen

favorite

307

label

Texturing

Camera visibility texture

favorite

307

label

Texturing

Mapping caustics from 3D meshes

favorite

286

label

Texturing

Circular Color Gradients in VOPs