Home
last modified time | relevance | path

Searched refs:cpSpaceSetSleepTimeThreshold (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/demo/
H A DPyramidStack.c38 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DPyramidTopple.c56 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DConvex.c78 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DTank.c68 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DChains.c62 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DContactGraph.c157 cpSpaceSetSleepTimeThreshold(space, 1.0f); in init()
H A DSlice.c149 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DBuoyancy.c123 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DShatter.c206 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
H A DJoints.c115 cpSpaceSetSleepTimeThreshold(space, 0.5f); in init()
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/include/chipmunk/
H A DcpSpace.h106 CP_EXPORT void cpSpaceSetSleepTimeThreshold(cpSpace *space, cpFloat sleepTimeThreshold);
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/src/
H A DcpSpace.c297 cpSpaceSetSleepTimeThreshold(cpSpace *space, cpFloat sleepTimeThreshold) in cpSpaceSetSleepTimeThreshold() function