Jump to content

Entity glow


Growler
 Share

Recommended Posts

Hi, different ways i see to acheive that :

1. Draw a glow sprite overlay on top of your sprite (extend the draw method and draw your glowing sprite after call the parent draw function)

2. Draw a glowing ellipse using the renderer fillEllipse function (note that you need the  6.3.0 version that also implement it for the webGL Renderer).

3. Use a webgl shader, but this would work only in webgl mode and we still lack anyway the possibility to add a shader effect on sprite object (in my todo list for the next 6.4 version)

let me know what you came up with !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...