Skip to content

Instantly share code, notes, and snippets.

@sourrain
Created June 27, 2021 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sourrain/2013e9ccc18c1930a9de537e551090d8 to your computer and use it in GitHub Desktop.
Save sourrain/2013e9ccc18c1930a9de537e551090d8 to your computer and use it in GitHub Desktop.
if (points !== null)
{
geometry.dispose()
if (rMaterial !== null)
{
rMaterial.dispose()
}
if (gMaterial !== null)
{
gMaterial.dispose()
}
scene.remove(points)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment