Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akjava committed Jul 20, 2016
1 parent 67b84ee commit f6af26b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ public native final void setPos(JsArrayNumber array)/*-{
}-*/;


/**
* not working?
*/
public native final void gwtClearAll()/*-{
this['pos']=undefined;
this['rot']=undefined;
this['rotq']=undefined;
this['scl']=undefined;
}-*/;

public static final JsArray<AnimationBone> gwtClone(JsArray<AnimationBone> bones){
JsArray<AnimationBone> array=JavaScriptUtils.createJSArray();
for(int i=0;i<bones.length();i++){
Expand Down

0 comments on commit f6af26b

Please sign in to comment.