Author Topic: Glow Object3D  (Read 1664 times)

Offline ramzes0071

  • byte
  • *
  • Posts: 11
    • View Profile
Glow Object3D
« on: November 25, 2013, 01:59:20 pm »
Hi,
I would like to do something like in this images for my character in game. Do you know how to do this or something similar?
http://d01.megashares.com/dl/6X9IBbU/test.png
http://d01.megashares.com/dl/V7nJlbI/test2.png

Offline Wolf17

  • int
  • **
  • Posts: 77
    • View Profile
Re: Glow Object3D
« Reply #1 on: November 25, 2013, 03:14:45 pm »
Hello ramzes0071!
   You can easily get a glow effect by just using a transparent billboarded plane with the glow texture with additive blending .

This Topic shows it --> http://www.jpct.net/forum2/index.php/topic,2576.msg19041/topicseen.html#msg19041

Hope this helps!