Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Finnegan

Pages: 1 2 [3]
31
Support / Re: Add a Border to a sprite
« on: May 31, 2013, 12:24:28 pm »
Sorry for bumping the old thread.

I recently implemented Flash-like dynamic glow/stroke in Cocos2d-iPhone by running pixel by pixel around sprite's border (based on pixel's alpha) and placing tiny circle sprites on a new texture (sprite sized).

Then I create a new sprite from the texture with outline and place it behind the main sprite. It's too expensive to run every frame but ok for a level preloading (0.5-1s for multiple big sprites even on iPad 1).

Will it be possible to reproduce this algorithm with Unity and 2d Toolkit? I need something like glReadPixels and CCRenderTexture.

32
Support / Re: Import from TexturePacker spritesheet
« on: May 19, 2013, 08:45:21 pm »
Hi!

I'm moving to Unity and 2D Toolkit from cocos2d-iPhone, so I have a TexturePacker license.

Will the use of textures increase performance of my games? Or should I just import individual sprites?

Thanks!

Pages: 1 2 [3]