How can I put two different textures on the front and back of a plane?
问题 PRoblem: i'm trying to create (just for fun) a simple poker card (with a card back and a card front). I have two different images, for back and front. I easily created a Plane geometry with a single texture for both sides, but i really don't know how to assign a texture for a side and the other texture for the other side... i tried this (without success :( ): var textureBack = new THREE.ImageUtils.loadTexture( 'images/cardBack.png' ); var textureFront = new THREE.ImageUtils.loadTexture(