Asking for help with some Jit and NURBS stuff.

Riceraider's icon

Is it possible to apply force to a specific point on an object?

I am doing a manipulation of NURBS, trying to get a flat plane that I can manipulate by moving the mouse.

I need to find out how to track the mouse on the jit.window that pops up, and how to apply force at the point the mouse is at.

I am using the basic jit.phys.multiple 4 @name testy @physparams position scale force @constraint 6dof

Any advice you guys can give?

Rob Ramirez's icon

search the forum for "Nurbs Sheet"
there's a great example of using jit.phys.multiple to control the control-points of a jit.gl.nurbs.
make sure you check out the last patch posted, as there were some improvements made as jit.phys features evolved.