Merge branch 'master' of https://github.com/erwincoumans/bullet3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
IF (BUILD_BLEND_DEMO OR INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
|
IF (BUILD_BLEND_DEMO OR INTERNAL_UPDATE_SERIALIZATION_STRUCTURES)
|
||||||
SUBDIRS(BlenderSerialize )
|
#SUBDIRS(BlenderSerialize )
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ SET(includes
|
|||||||
|
|
||||||
|
|
||||||
LINK_LIBRARIES(
|
LINK_LIBRARIES(
|
||||||
BulletFileLoader BlenderSerialize LinearMath
|
BulletFileLoader LinearMath
|
||||||
)
|
)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(${includes})
|
INCLUDE_DIRECTORIES(${includes})
|
||||||
|
|||||||
@@ -86,10 +86,12 @@ typedef unsigned __int64 uint64_t;
|
|||||||
|
|
||||||
/* Linux-i386, Linux-Alpha, Linux-ppc */
|
/* Linux-i386, Linux-Alpha, Linux-ppc */
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
typedef intptr_t btintptr_t;
|
||||||
|
|
||||||
#elif defined (__APPLE__)
|
#elif defined (__APPLE__)
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
typedef intptr_t btintptr_t;
|
||||||
|
|
||||||
#elif defined(FREE_WINDOWS)
|
#elif defined(FREE_WINDOWS)
|
||||||
|
|
||||||
|
|||||||
BIN
data/wood.jpg
Normal file
BIN
data/wood.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 150 KiB |
Reference in New Issue
Block a user