* Minor fixes

* Test change to three.

* whatss with the RK
This commit is contained in:
Lucas 2019-10-18 09:32:41 +01:00 committed by GitHub
parent 0adead4ce3
commit be95341407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function init() {
}
}
if ( geometry instanceof RK.Geometry) {
if ( geometry instanceof THREE.Geometry) {
var vertices = geometry.vertices;
var faces = geometry.faces;