|
|
|
|
|
by illegalmemory
889 days ago
|
|
I had worked on something similar around 11-12 years back ( no way close to perfect or of any use :) )
https://github.com/nautical/CBullet Basically you can do something like this in c : var value; value = data(100); // or value = data(0, 2, 3, 4, 5, 6); |
|