Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
get api in java
#10
It's aswome working very well
for fun i have try

var Curve :GameObject =GameObject.Find("Curvy");
var script = Curve.GetComponent(CurvySpline);
script.SwirlTurns =1;

var Curve2:GameObject =GameObject.Find("CurvyMeshPath");
var script2 = Curve2.GetComponent(SplinePathMeshBuilder);
script2.Refresh ();

and he look not refresh

another question in scale mode control point how i can obtient radius or maybie use curve for that i will see
Reply


Messages In This Thread
get api in java - by kilik - 08-06-2013, 09:16 AM
RE: get api in java - by kilik - 08-10-2013, 04:01 PM
RE: get api in java - by Jake - 08-11-2013, 05:56 PM

Forum Jump: