Open jochasinga opened 9 years ago
Chapter-02: planeGeometry.width and planeGeometry.height return undefined as of r69 thus resulting in NaN in cube.position.x and cube.position.z
planeGeometry.width
planeGeometry.height
undefined
NaN
cube.position.x
cube.position.z
Fixed to planeGeometry.parameters.width and planeGeometry.parameters.height
planeGeometry.parameters.width
planeGeometry.parameters.height
Chapter-02:
planeGeometry.width
andplaneGeometry.height
returnundefined
as of r69 thus resulting inNaN
incube.position.x
andcube.position.z
Fixed to
planeGeometry.parameters.width
andplaneGeometry.parameters.height