learning-threejs icon indicating copy to clipboard operation
learning-threejs copied to clipboard

Update call to width and height of planeGeometry

Open jochasinga opened this issue 10 years ago • 0 comments

Chapter-02: planeGeometry.width and planeGeometry.height return undefined as of r69 thus resulting in NaN in cube.position.x and cube.position.z

Fixed to planeGeometry.parameters.width and planeGeometry.parameters.height

jochasinga avatar Nov 30 '14 22:11 jochasinga