public bool MakeRelative(VertexArray dest) { bool ret = VixenLibPINVOKE.Morph_MakeRelative__SWIG_1(swigCPtr, VertexArray.getCPtr(dest)); return(ret); }
public bool MakeRelative(VertexArray dest, FloatArray source) { bool ret = VixenLibPINVOKE.Morph_MakeRelative__SWIG_0(swigCPtr, VertexArray.getCPtr(dest), FloatArray.getCPtr(source)); return(ret); }
public void SetSource(int i, VertexArray verts) { VixenLibPINVOKE.Morph_SetSource(swigCPtr, i, VertexArray.getCPtr(verts)); }
public bool MakeVertexMap(VertexArray arg0) { bool ret = VixenLibPINVOKE.Deformer_MakeVertexMap(swigCPtr, VertexArray.getCPtr(arg0)); return(ret); }
public static bool UpdateVertices(FloatArray srclocs, VertexArray dstverts, IntArray vmap, FloatArray srcnmls) { bool ret = VixenLibPINVOKE.Deformer_UpdateVertices(FloatArray.getCPtr(srclocs), VertexArray.getCPtr(dstverts), IntArray.getCPtr(vmap), FloatArray.getCPtr(srcnmls)); return(ret); }
public VertexArray(VertexArray arg0) : this(VixenLibPINVOKE.new_VertexArray__SWIG_5(VertexArray.getCPtr(arg0)), true) { if (VixenLibPINVOKE.SWIGPendingException.Pending) { throw VixenLibPINVOKE.SWIGPendingException.Retrieve(); } }