From ba3fd63e29252987d4904ec3c120bce4b6758160 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 28 Oct 2012 17:07:11 +0200 Subject: Fix some remaining issues with attachments, now they work. Tested with object->player and player->player attachments --- src/clientobject.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/clientobject.h') diff --git a/src/clientobject.h b/src/clientobject.h index 8b0b57147..e08b78c57 100644 --- a/src/clientobject.h +++ b/src/clientobject.h @@ -56,6 +56,11 @@ public: virtual core::aabbox3d* getSelectionBox(){return NULL;} virtual core::aabbox3d* getCollisionBox(){return NULL;} virtual v3f getPosition(){return v3f(0,0,0);} + virtual scene::IMeshSceneNode *getMeshSceneNode(){return NULL;} + virtual scene::IAnimatedMeshSceneNode *getAnimatedMeshSceneNode(){return NULL;} + virtual scene::IBillboardSceneNode *getSpriteSceneNode(){return NULL;} + virtual bool isPlayer(){return false;} + virtual bool isLocalPlayer(){return false;} virtual bool doShowSelectionBox(){return true;} // Step object in time -- cgit v1.2.3