About Store Forum Documentation Contact



Post Reply 
Particle
Author Message
NxShape Offline
Member

Post: #1
Particle
Maybe i`m wrong but the Smoke particles in tutorial "15 - Particles" always draw behind the other particles.
[Image: 03947712d976t.jpg]
Please check the tutorial.
05-06-2010 10:01 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Particle
order of particles is specified only by the order of drawing them in codes.

however RM_BLEND and RM_PALETTE are completely different modes, and are rendered at separate stages.
05-06-2010 10:51 AM
Find all posts by this user Quote this message in a reply
NxShape Offline
Member

Post: #3
RE: Particle
And it means that RM_PALETTE always will be drawn earlier than RM_BLEND is even not dependent on location?
And the RM_BLEND always will be shown as though behind RM_PALETTE even if it more close?
05-06-2010 07:59 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Particle
yes
05-07-2010 09:49 AM
Find all posts by this user Quote this message in a reply
b1s Offline
Member

Post: #5
RE: Particle
is there a way to load particles like other things from source.

i would like to use something like this:
particl[1].create(something("particle/path/fire.particle"))

is this possible somehow.. or do i need to create a function for this myself?
whoops.. hehe..
just after i wrote the question i found this..
sorry for the bother..


particle[9].load("particle/explosion2.particle");
(This post was last modified: 06-26-2010 09:30 PM by b1s.)
06-26-2010 09:24 PM
Find all posts by this user Quote this message in a reply
Post Reply