X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fbubble-effect%2Fbubble-emitter-impl.h;h=ef9438671609b7d5572ad15a749f2e6c82c11628;hb=726e147d14bb18ef193b102a36d8068b62db89ed;hp=08185a0a25c972f9f0d4ad1031126e2a6f931872;hpb=99d04e7ae5ea38bdbe4f211d9e2592d3422ae8af;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h b/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h index 08185a0..ef94386 100644 --- a/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h +++ b/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h @@ -20,7 +20,6 @@ // EXTERNAL INCLUDES #include -#include #include #include #include @@ -92,11 +91,6 @@ public: void SetBubbleDensity( unsigned int density ); /** - * @copydoc Toolkit::BubbleEmitter::SetBlendMode - */ - void SetBlendMode( bool enable ); - - /** * @copydoc Toolkit::BubbleEmitter::EmitBubble */ void EmitBubble( Animation& animation, const Vector2& emitPosition, const Vector2& direction, const Vector2& displacement ); @@ -164,7 +158,7 @@ private: CameraActor mCameraActor; ///< The render task views the scene from the perspective of this actor. Geometry mMeshGeometry; ///< The mesh geometry which contains the vertices and indices data - Material mMaterial; ///< The material which controls the bubble display + TextureSet mTextureSet; ///< The texture set which controls the bubble display std::vector mBubbleActors; ///< The meshActor vector, its size is mNumShader. Vector2 mMovementArea; ///< The size of the bubble moving area, usually the same size as the background image actor.