Glowing Sprites?

About Monkey 2 Forums Monkey 2 Programming Help Glowing Sprites?

This topic contains 2 replies, has 3 voices, and was last updated by  cocon 1 year, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12892

    Amon
    Participant

    How can I do this? If I had a Red Cube and Blue Cube and wanted each to glow but glow their color, how could I do it without photoshopping it?

     

    Thank you

    #12893

    Taiphoz
    Participant

    not working with monkey2 yet is there any blur options ? draw two of them scale one up a bit and blur it alpha it.

    #12895

    cocon
    Participant

    Another one is to have the stuff you want rendered into an image. But then apply a GLSL shader to that image to produce the effect you want.

    Some links to help you with

    Render To Image

    A better way to set image pixels (With Example)

    Apply GLSL

    Image with texture mask


    https://github.com/DoctorWhoof/Mojo-Shader-Tests

     

    For the shader search it like this: “glsl blur image” there are lots of cool images to browse.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.