Jump to content

Recommended Posts

Hi guys!

I am working on a project that needs a spirit moving through a scene, it needs to be like flowing smoke with a glowing light effect so that if reflects on objects in the scene.

I cant work out how to emit light from the smoke and move with the animation, i have been playing with both volume lights and geometry lights but i cant get either to move with the animation, they both stay at where the animation is on frame 1. I have tried selecting the volume and creating a volume light from that, and also using the original animated geometry before it was turned into a volume and making a geometry light from that, but neither use the animation.

Can anyone suggest what i am missing or doing wrong? Or way to get the smoke to emit light and use the animation to move? 

I have attached a r&d scene file and a play-blast of my problem as it stands at the moment, any help would be really appreciated! 

smokeLight_001.hipnc

Password: hc

 

 

smokeLight.mp4

smokeLight_001.hipnc

Edited by Hayden
Link to comment
Share on other sites

Sometimes I've run into Volume lights locking up as well, usually just have to make new one with the shelf to get it to work. Not sure why your Geometry light wouldn't work though, can't check out your scene currently, but if you need something right now you can always find the pt number of a central pt of the Geo (before it's turned into Volume) and then reference that pt's position on a normal light.

So for example if your source geo is at /obj/spirit/source_geo, and pt 40 is around where you want the light.
Make a light and use this expression in position x: point("/obj/spirit/source_geo",40,"P",0)
For position Y and Z change the 0 to 1 and 2 for the correct indexes.

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.

×
×
  • Create New...