Merge remote-tracking branch 'bp/master'
Conflicts: btgui/Bullet3AppSupport/CommonParameterInterface.h
This commit is contained in:
@@ -36,7 +36,8 @@ struct SliderParams
|
||||
struct CommonParameterInterface
|
||||
{
|
||||
|
||||
virtual void registerSliderFloatParameter(SliderParams& params)=0;
|
||||
virtual ~CommonParameterInterface() {}
|
||||
virtual void registerSliderFloatParameter(SliderParams& params)=0;
|
||||
virtual void syncParameters()=0;
|
||||
virtual void removeAllParameters()=0;
|
||||
virtual void setSliderValue(int sliderIndex, double sliderValue)=0;
|
||||
|
||||
@@ -15,6 +15,7 @@ class btDiscreteDynamicsWorld;
|
||||
///The GraphicsPhysicsBridge let's the graphics engine create graphics representation and synchronize
|
||||
struct GraphicsPhysicsBridge
|
||||
{
|
||||
virtual ~GraphicsPhysicsBridge() {}
|
||||
|
||||
virtual void createRigidBodyGraphicsObject(btRigidBody* body,const btVector3& color)
|
||||
{
|
||||
|
||||
@@ -101,6 +101,7 @@ struct sth_texture
|
||||
|
||||
struct RenderCallbacks
|
||||
{
|
||||
virtual ~RenderCallbacks() {}
|
||||
virtual void updateTexture(sth_texture* texture, sth_glyph* glyph, int textureWidth, int textureHeight)=0;
|
||||
virtual void render(sth_texture* texture)=0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user