add Bullet 2.x constraint solver tests for hinge, with large mass ratio
experiment with Midi controls in PairBenchmark to tune variables (will move it into a utility class, so every demo can easier use it in the future) fix issue with broadphase, not initializing all pairs properly at pair array overflow
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
end
|
||||
|
||||
|
||||
newoption
|
||||
{
|
||||
trigger = "midi",
|
||||
description = "Use Midi controller to control parameters"
|
||||
}
|
||||
|
||||
--_OPTIONS["midi"] = "1";
|
||||
|
||||
newoption
|
||||
{
|
||||
@@ -95,7 +102,7 @@ include "../Demos3/SimpleOpenGL3"
|
||||
|
||||
|
||||
-- include "../demo/gpudemo"
|
||||
-- include "../btgui/MidiTest"
|
||||
include "../btgui/MidiTest"
|
||||
-- include "../opencl/vector_add_simplified"
|
||||
-- include "../opencl/vector_add"
|
||||
include "../btgui/Gwen"
|
||||
|
||||
Reference in New Issue
Block a user