Home
last modified time | relevance | path

Searched refs:loadCompound (Results 1 – 5 of 5) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp462 btCompoundShape* loadCompound = new btCompoundShape(); in initPhysics() local
463 m_collisionShapes.push_back(loadCompound); in initPhysics()
468 loadCompound->addChildShape(loadTrans, loadShapeA); in initPhysics()
473 loadCompound->addChildShape(loadTrans, loadShapeB); in initPhysics()
478 loadCompound->addChildShape(loadTrans, loadShapeC); in initPhysics()
482 m_loadBody = localCreateRigidBody(loadMass, loadTrans, loadCompound); in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp462 btCompoundShape* loadCompound = new btCompoundShape(); in initPhysics() local
463 m_collisionShapes.push_back(loadCompound); in initPhysics()
468 loadCompound->addChildShape(loadTrans, loadShapeA); in initPhysics()
473 loadCompound->addChildShape(loadTrans, loadShapeB); in initPhysics()
478 loadCompound->addChildShape(loadTrans, loadShapeC); in initPhysics()
482 m_loadBody = localCreateRigidBody(loadMass, loadTrans, loadCompound); in initPhysics()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go224 if err := g.loadCompound(recursion, uhm, i, glyf, useMyMetrics); err != nil {
348 func (g *GlyphBuf) loadCompound(recursion uint32, uhm HMetric, i Index, func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go224 if err := g.loadCompound(recursion, uhm, i, glyf, useMyMetrics); err != nil {
348 func (g *GlyphBuf) loadCompound(recursion uint32, uhm HMetric, i Index, func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/truetype/
H A Dglyph.go223 if err := g.loadCompound(recursion, uhm, i, glyf, useMyMetrics); err != nil {
343 func (g *GlyphBuf) loadCompound(recursion uint32, uhm HMetric, i Index, func