avrudoi Posted March 12, 2014 Share Posted March 12, 2014 good day tell me where can be a problem. does't understand. var geometry = new THREE.CubeGeometry( 200, 150, 5 );var texture = THREE.ImageUtils.loadTexture( "textures/land_ocean_ice_cloud_2048.jpeg" );var material = new THREE.MeshBasicMaterial( {map: texture} );cube = new THREE.Mesh( geometry, material );cube.position.y = 150; scene.add( cube ); Quote Link to comment Share on other sites More sharing options...
avrudoi Posted March 13, 2014 Author Share Posted March 13, 2014 sencs Quote Link to comment Share on other sites More sharing options...
realizer Posted April 7, 2014 Share Posted April 7, 2014 do you run your sample at an apache server? most browsers didn't support local html files because of some x-origin issues... Quote Link to comment Share on other sites More sharing options...
avrudoi Posted April 8, 2014 Author Share Posted April 8, 2014 Than`s you. Already decided. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.