#VRML V2.0 utf8 #pizza2.wrl Sebastien Marnier 02/98 Group { children [ Transform { #texture de depart translation -6 0 0 children [ Shape { appearance Appearance { texture DEF pizza ImageTexture { url ["pizza.gif"] } } geometry DEF page Box { size 2 2 0.01 } } Transform { #on la decale vers la droite de 1/2 translation 4 0 0 children [ Shape { appearance Appearance { texture USE pizza textureTransform TextureTransform { translation 0.5 0 } } geometry USE page } Transform { #on la multiplie 2*2=4 translation 4 0 0 children [ Shape { appearance Appearance { texture USE pizza textureTransform TextureTransform { scale 2 2 } } geometry USE page } Transform { #on la pivote, regardez bien. translation 4 0 0 children [ Shape { appearance Appearance { texture USE pizza textureTransform TextureTransform { rotation 1.57 } } geometry USE page } ] } ] } ] } ] }, ] }