Transform { translation 0 0 0 children [
Shape {
	appearance Appearance {
		material Material {
			diffuseColor 1 1 1
		}
		texture ImageTexture {
			url "%s"
		}
	}
	geometry IndexedFaceSet {
		creaseAngle 4
		coord Coordinate {
			point [
%s			]
		}
		coordIndex [
%s			]
		texCoord TextureCoordinate {
			point [
%s			]
		}
		texCoordIndex [
%s			]
		normal Normal {
			vector [
%s			]
		}
		normalIndex [
%s			]
	}
}
] }

