/* * R-Script Sample 3 *--- */ // Get an interface to the RsdANIM application var app=new RSrsdanim(); // Get a model, and load it from the current edit frame model // in the main RsdANIM program var m=new RSmodel(true); /* * Simple function to print out the vertices of a model */ function DumpVertices() { var f; base_io.writeln("Model has "+m.n_vert+" vertices"); for(f=0; f