Author Topic: Help! Need to create black smoke  (Read 2507 times)

0 Members and 1 Guest are viewing this topic.

turkeybuzzard

  • Associate
  • Posts: 8
Help! Need to create black smoke
« on: October 19, 2007, 07:58:18 AM »
I am trying to make black smoke but the image I am using shows up very bright in Hyperion even though in Photoshop it is very dark. I am just a lowly 3d artist so any help would be appreciated.
Thanks.

JeGX

  • Global Moderator
  • Capo Crimine
  • *****
  • Posts: 2357
    • oZone3D.Net
Re: Help! Need to create black smoke
« Reply #1 on: October 21, 2007, 05:22:31 PM »
To create a black smoke, use the following blending params in the particle system:

Code: [Select]
<particle_system     blending_src_factor="BLENDING_FACTOR_ZERO"  blending_dst_factor="BLENDING_FACTOR_ONE_MINUS_SRC_COLOR" >

</particle_system>

and use a texture such as:


turkeybuzzard

  • Associate
  • Posts: 8
Re: Help! Need to create black smoke
« Reply #2 on: October 22, 2007, 04:36:00 AM »
That fixed it! Thanks very much!

turkeybuzzard