Hmm I am having some trouble setting up your idea. Basically, what I want to do is this (written in pseudo code): This also helps fixing the problem i mentioned in the other post. oldPosition = vector3(0,0,0)newPosition = vector3(0,0,0)ashes = 1.0burnAmount = the curve that defines how much of the cigarette that has…
Thanks! I'll certainly try this out. :) I realised that I have another problem to take care of aswell.. I'll try to demonstrate: As it is now: The cigarette starts to burn - no movement. There will be ashes. The cigarette moves and the ashes disappear. The cigarette stops to move and ALL of the ashes will come back. But I…