search for: ne10_enable_physics

Displaying 1 result from an estimated 1 matches for "ne10_enable_physics".

2015 Mar 04
0
[RFC PATCHv3] Encode optimize using libNe10
..., I went ahead and pushed RFCv3. Yes, I do get it built without compile/link warning/errors. To save some time, please turn off other modules in Ne10 Open $NE10_DIR/CMakeLists.txt and find lines like these: option(NE10_ENABLE_MATH "Build math functionalities to NE10" OFF) option(NE10_ENABLE_PHYSICS "Build physics functionalities to NE10" OFF) option(NE10_ENABLE_DSP "Build dsp functionalities to NE10" ON) option(NE10_ENABLE_IMGPROC "Build image processing functionalities to NE10" OFF) Set other modules to OFF and left dsp module on. This is optional, but i...