Remove comments

This commit is contained in:
Ivan Danyliuk 2018-09-05 17:10:28 +03:00
parent 7aa7fb44b2
commit 046858eb1b
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
1 changed files with 0 additions and 2 deletions

View File

@ -89,12 +89,10 @@ func (p *Page) init(renderer *three.WebGLRenderer) {
p.CreateObjects()
// Begin animating.
p.animate()
}
func (p *Page) shutdown(renderer *three.WebGLRenderer) {
// After shutdown, we shouldn't use any of these anymore.
p.scene = nil
p.camera = three.PerspectiveCamera{}
p.renderer = nil