You cannot with Cube. Cube states that the entire texture goes on each =
face.
>From esading the spec. in conjunction with the Inventor Mentor, I assume =
you can. The spec describes the default texture mapping of a Cube. Use =
the Texture2Transform node to *change* texture scale/orientation etc. =
See the Inventor Mentor, pg 167; if you can apply scale etc. to Sphere, =
I would assume you can do it to all shape Nodes.
Texture2 { filename "wallpaper.gif }
Texture2Transform { scaleFactor 10 10 } #repeat 10 times=20
Cube { }
Sphere { }
IndexedFaceSet { ... }
Has anyone tried this with Webspace?