Class: Quake::Renderer::GLParticles::Particle
- Inherits:
-
Struct
- Object
- Struct
- Quake::Renderer::GLParticles::Particle
- Defined in:
- lib/quake/renderer/gl_particles.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#g ⇒ Object
Returns the value of attribute g.
-
#gravity_scale ⇒ Object
Returns the value of attribute gravity_scale.
-
#life ⇒ Object
Returns the value of attribute life.
-
#r ⇒ Object
Returns the value of attribute r.
-
#ramp ⇒ Object
Returns the value of attribute ramp.
-
#ramp_type ⇒ Object
Returns the value of attribute ramp_type.
-
#vx ⇒ Object
Returns the value of attribute vx.
-
#vy ⇒ Object
Returns the value of attribute vy.
-
#vz ⇒ Object
Returns the value of attribute vz.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
-
#z ⇒ Object
Returns the value of attribute z.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def a @a end |
#b ⇒ Object
Returns the value of attribute b
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def b @b end |
#g ⇒ Object
Returns the value of attribute g
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def g @g end |
#gravity_scale ⇒ Object
Returns the value of attribute gravity_scale
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def gravity_scale @gravity_scale end |
#life ⇒ Object
Returns the value of attribute life
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def life @life end |
#r ⇒ Object
Returns the value of attribute r
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def r @r end |
#ramp ⇒ Object
Returns the value of attribute ramp
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def ramp @ramp end |
#ramp_type ⇒ Object
Returns the value of attribute ramp_type
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def ramp_type @ramp_type end |
#vx ⇒ Object
Returns the value of attribute vx
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def vx @vx end |
#vy ⇒ Object
Returns the value of attribute vy
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def vy @vy end |
#vz ⇒ Object
Returns the value of attribute vz
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def vz @vz end |
#x ⇒ Object
Returns the value of attribute x
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def x @x end |
#y ⇒ Object
Returns the value of attribute y
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def y @y end |
#z ⇒ Object
Returns the value of attribute z
19 20 21 |
# File 'lib/quake/renderer/gl_particles.rb', line 19 def z @z end |