Skip to content

Instantly share code, notes, and snippets.

@sasha240100
Created March 5, 2016 11:01
Show Gist options
  • Save sasha240100/452b417534e092a75e8f to your computer and use it in GitHub Desktop.
Save sasha240100/452b417534e092a75e8f to your computer and use it in GitHub Desktop.
new THREE.CylinderGeometry(
params.geometry.radiusTop,
params.geometry.radiusBottom,
params.geometry.height,
params.geometry.radiusSegments
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment