About Store Forum Documentation Contact



Post Reply 
Question for game effects
Author Message
rect Offline
Member

Post: #1
Question for game effects
hi~
There is no description EE engine game effects related aspects
Animated UV map and Particle Editor

gringrin thanks.
05-21-2015 03:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Pixel Perfect Offline
Member

Post: #2
RE: Question for game effects
I'm not sure if a formal 'Particle Editor' exists in the current engine version as I'm still using the previous version of the engine.

However animated particles are supported - see graphics/particle.h
Objects can be assigned a particle class in the object params section of the editor and relevant parameters configured.

If there is now an embedded particle editor then someone else will need to advise you on this.
05-21-2015 10:05 AM
Find all posts by this user Quote this message in a reply
rect Offline
Member

Post: #3
RE: Question for game effects
thanks...~~
(This post was last modified: 05-22-2015 07:52 PM by rect.)
05-21-2015 11:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #4
RE: Question for game effects
There is a particle editor. smile

Create a new object class item in your content list. Name it OBJ_PARTICLES (or something similar). Change the "draw as" to "particles".

Now create a new object. Change to "params" tab and set the class to OBJ_PARTICLES. Now you can edit this object to your liking. smile Apply an image to see the particles.
05-21-2015 11:40 AM
Find all posts by this user Quote this message in a reply
rect Offline
Member

Post: #5
RE: Question for game effects
Thank you comment.
There have another problem.
use UV mapping how to make a animation ?


Attached File(s) Image(s)
   
(This post was last modified: 05-22-2015 07:58 PM by rect.)
05-21-2015 01:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #6
RE: Question for game effects
I haven't got so far that I have tested my self, but isn't this whats explained here http://www.esenthel.com/?id=doc#Image_Atlas
05-21-2015 02:13 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pherael Offline
Member

Post: #7
RE: Question for game effects
If you want animated particle, it's very simple.
Set object type as OBJ_PARTICLE, and then change value of "Image Frame X" and "Image Frame Y" (in you case 8 and 4).
05-21-2015 02:31 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Question for game effects
Yes, in this case there's no need to create an atlas, just use Image Frame as Pherael suggested.
05-21-2015 10:27 PM
Find all posts by this user Quote this message in a reply
rect Offline
Member

Post: #9
RE: Question for game effects
thanks every one ~~
(This post was last modified: 05-22-2015 07:55 PM by rect.)
05-22-2015 03:38 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rect Offline
Member

Post: #10
RE: Question for game effects
hi~
There EE engine making game effects tutorial?
If not, you can make one?gringrin 谢谢!
06-03-2015 03:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply