Hey, guys! I am learning about the Maya api, but now I'm stuck. My problem is, how can I use the *emit* and *draw* function in order to emit particles. Can somebody guide me please?
*void emit(const MVectorArray &inPosAry, const MVectorArray &inVelAry,* * const MIntArray &countAry, double dt, double speed,* * double inheritFactor, MVector dirV,* * MVectorArray &outPos, MVectorArray &outVel, MDoubleArray &outTime);* *virtual void draw(M3dView & view, const MDagPath & path, M3dView::DisplayStyle style, M3dView::DisplayStatus);* Your help is highly appreciated. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/1f69ddbe-dc59-4d89-ac55-a332e9c3dd68%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
