Different textures on different faces

Hi

I am trying to create 4 panels and give them textures. I have managed to give them all different textures but not separate textures on the rear face. I’ve found a couple of suggestions about xfiles but have got completely lost. Is there a simpler solution to this that Ive missed?

… no text …

Box.v4p (7.1 kB)

Box (EX9.Geometry) has no substets, as you can see when you connect Count (Ex9.Geometry Mesh) to it. Its just one Subset and Texture Coordinates are wrapped around that one.

You could change that by changing the Texture Coordinates by your self using Mesh (EX9.Geometry Split),VertexBuffer (EX9.Geometry Split) and VertexBuffer (EX9.Geometry Join), there you see the Texture Coordinates.

But i think its easier to model your own cube and assign subsets to it or why dont you just use two quads?

You can assign Subsets to a mesh by texturizing each face that should be a subset in a 3d Program.

d0t.

you could use this one

cube_6subsets.zip (927 Bytes)

multi-subset cube models are coming with vvvv:
lib\assets\geometries
use those.