Add PhysicsEffects to Extras. The build is only tested on Windows and Android.
The Android/NEON optimized version of Physics Effects is thanks to Graham Rhodes and Anthony Hamilton, See Issue 587
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUBDIRS(
|
||||
0_console
|
||||
)
|
||||
|
||||
IF (WIN32)
|
||||
SUBDIRS(
|
||||
1_simple
|
||||
2_stable
|
||||
3_sleep
|
||||
4_motion_type
|
||||
5_raycast
|
||||
6_joint
|
||||
99_bullet_highlevel
|
||||
# common
|
||||
)
|
||||
ENDIF()
|
||||
Reference in New Issue
Block a user