drilling foce is too small example 28-voxel-basic
04 Jul 2016 14:07 #1
Hello,
The drilling force is too small in Example 28-voxel-basic when the voxel is removed.I'm confused with the haptic rendering for volume data. Is proxy algorithm applicable to the volume model?
Thanks.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 27
18 Aug 2016 05:05 #2
You can always manipulate the forces/ torques on the haptic device
cVector3d toolForce = tool->getDeviceGlobalForce();
toolForce.mul(3.0);
tool->addDeviceGlobalForce(toolForce);
tool->getDeviceGlobalTorque();
.....
.....
tool->applyToDevice();
Please Log in or Create an account to join the conversation.