jsFiddle demonstrating problem: http://jsfiddle.net/calvintennant/nnm64/1/
Sources suggest that adding mesh.flipSided = true will render the material on the inside of a mesh, other sources mention the use of mesh.doubleSided = true for showing the cylinder on both the inside and the outside. As demonstrated in my jsFiddle, these do not seem to work..
Am I doing something wrong?
As specified in the migration page, this changed between r49 and r50!
object.flipSidedis nowmaterial.side = THREE.BackSide.object.doubleSidedis nowmaterial.side = THREE.DoubleSide.Fixed jsfiddle:
http://jsfiddle.net/nnm64/2/