assets:texture:particle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
assets:texture:particle [2016-10-29 10:52] – Created page with "''< [[Assets]]'' This article is about particle textures. These images are used when rendering individual particles created by particle generators. <source lang="ruby"> asse..." skyjakeassets:texture:particle [2017-03-19 07:49] (current) skyjake
Line 1: Line 1:
 +====== Particle texture asset ======
 +
 +Particle texture images are used when rendering individual particles created by particle generators.
 +
 +<code>
 +asset texture.particle.03 {
 +    path = "myparticle03.png"
 +}
 +</code>
 +
 +===== Asset metadata =====
 +
 +^ Variable^ Description |
 +| ''path''| Image file to use as the particle texture. |
 +
 +===== Particle texture numbers =====
 +
 +Doomsday 2.0 supports up to 300 different texture particles: 00-99, and 100-299. Note that there are no particle textures with a single digit number.
 +
 +Use the [[generator_syntax:stage#Type]] flags for specifying which texture to use for a particle.
 +
 +
 +
  
assets/texture/particle.txt · Last modified: 2017-03-19 07:49 by skyjake