Skip to content

Commit

Permalink
ShapeGeometry extends Geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Bedubourg committed Feb 16, 2014
1 parent 6ae8295 commit d0b1df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"description":"Externs for three.js",
"version":"0.4.57",
"releasenote":"Updated to three.js r57 and haxe 3",
"tags":["js", "three"]
"tags":["js", "three"],
"contributors":[""]
}
2 changes: 1 addition & 1 deletion js/three/ShapeGeometry.hx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package js.three;

@:native("THREE.ShapeGeometry")
extern class ShapeGeometry {
extern class ShapeGeometry extends Geometry {
public function new(shapes:Array<Shape>, options:Dynamic) : Void;
}

0 comments on commit d0b1df0

Please sign in to comment.