Uses of Class
com.threerings.opengl.effect.config.PlacerConfig

Packages that use PlacerConfig
com.threerings.opengl.effect.config Effect configurations. 
 

Uses of PlacerConfig in com.threerings.opengl.effect.config
 

Subclasses of PlacerConfig in com.threerings.opengl.effect.config
static class PlacerConfig.Box
          Places points within a box.
static class PlacerConfig.Frustum
          Places points within the view frustum.
static class PlacerConfig.Line
          Places points along a line segment.
static class PlacerConfig.Point
          Places points at the local origin.
static class PlacerConfig.Ring
          Places points within a ring or disc.
static class PlacerConfig.Shell
          Places points within a sphere or spherical shell.
 

Fields in com.threerings.opengl.effect.config declared as PlacerConfig
 PlacerConfig BaseParticleSystemConfig.Layer.placer
          Controls the particles' initial positions.
 



Copyright © 2011. All Rights Reserved.