integration/gwnavruntimeglue/bulletcollisioninterface/bulletblobs.h Source File
Go to the documentation of this file.
12 class btStridingMeshInterface;
14 class IndexedMeshArrayBlobBuilder_FromBullet :
public Kaim::BaseBlobBuilder<Kaim::IndexedMeshArrayBlob>
17 explicit IndexedMeshArrayBlobBuilder_FromBullet(btStridingMeshInterface* bulletMeshInterface) : m_bulletMeshInterface(bulletMeshInterface) {}
21 btStridingMeshInterface* m_bulletMeshInterface;
BaseBlobBuilder is an abstract base class that builds a blob within a contiguous block of memory...
Definition: baseblobbuilder.h:27
virtual void DoBuild()=0
Implement this function in any class that derives from BaseBlobBuilder.