![]() |
#10
|
|||
|
|||
Hi,
There is actually a new undocumented feature of the plug-in API that allows you to specify the size of the data field. First download the newer version of sensors.h Then in your InitializeSensor function you can set the size of the data field by doing the following: Code:
((VRUTSensorObj *)sensor)->dataSize = 20; Another way is to do as you suggested and create a separate plug-in for the wand. Hope this helps. |
|
|