Class: Quake::Mdl::Model
- Inherits:
-
Data
- Object
- Data
- Quake::Mdl::Model
- Defined in:
- lib/quake/mdl/types.rb
Overview
Complete MDL model
Instance Attribute Summary collapse
-
#bounding_radius ⇒ Object
readonly
Returns the value of attribute bounding_radius.
-
#eye_position ⇒ Object
readonly
Returns the value of attribute eye_position.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#frames ⇒ Object
readonly
Returns the value of attribute frames.
-
#scale ⇒ Object
readonly
Returns the value of attribute scale.
-
#scale_origin ⇒ Object
readonly
Returns the value of attribute scale_origin.
-
#skin_height ⇒ Object
readonly
Returns the value of attribute skin_height.
-
#skin_width ⇒ Object
readonly
Returns the value of attribute skin_width.
-
#skins ⇒ Object
readonly
Returns the value of attribute skins.
-
#stverts ⇒ Object
readonly
Returns the value of attribute stverts.
-
#sync_type ⇒ Object
readonly
Returns the value of attribute sync_type.
-
#triangles ⇒ Object
readonly
Returns the value of attribute triangles.
Instance Attribute Details
#bounding_radius ⇒ Object (readonly)
Returns the value of attribute bounding_radius
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def bounding_radius @bounding_radius end |
#eye_position ⇒ Object (readonly)
Returns the value of attribute eye_position
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def eye_position @eye_position end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def flags @flags end |
#frames ⇒ Object (readonly)
Returns the value of attribute frames
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def frames @frames end |
#scale ⇒ Object (readonly)
Returns the value of attribute scale
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def scale @scale end |
#scale_origin ⇒ Object (readonly)
Returns the value of attribute scale_origin
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def scale_origin @scale_origin end |
#skin_height ⇒ Object (readonly)
Returns the value of attribute skin_height
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def skin_height @skin_height end |
#skin_width ⇒ Object (readonly)
Returns the value of attribute skin_width
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def skin_width @skin_width end |
#skins ⇒ Object (readonly)
Returns the value of attribute skins
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def skins @skins end |
#stverts ⇒ Object (readonly)
Returns the value of attribute stverts
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def stverts @stverts end |
#sync_type ⇒ Object (readonly)
Returns the value of attribute sync_type
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def sync_type @sync_type end |
#triangles ⇒ Object (readonly)
Returns the value of attribute triangles
21 22 23 |
# File 'lib/quake/mdl/types.rb', line 21 def triangles @triangles end |