Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

GalaxyGeometry

Galaxy Geometry for THREE js

Usage

vargeometry=newTHREE.GalaxyGeometry();varmaterial=newTHREE.PointsMaterial();vargalaxy=newTHREE.Points(geometry,material);scene.add(galaxy);

Parameters

  • radius
  • numberOfStars
  • length
  • width

Note

Please note that this type of geometry only have vertices (haven't faces, and uvs), so you can only use it for THREE.Points!

About

Galaxy Geometry for THREE js

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages