Class: Quake::Bsp::Model
- Inherits:
-
Data
- Object
- Data
- Quake::Bsp::Model
- Defined in:
- lib/quake/bsp/types.rb
Instance Attribute Summary collapse
-
#first_face ⇒ Object
readonly
Returns the value of attribute first_face.
-
#head_nodes ⇒ Object
readonly
Returns the value of attribute head_nodes.
-
#maxs ⇒ Object
readonly
Returns the value of attribute maxs.
-
#mins ⇒ Object
readonly
Returns the value of attribute mins.
-
#num_faces ⇒ Object
readonly
Returns the value of attribute num_faces.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#vis_leafs ⇒ Object
readonly
Returns the value of attribute vis_leafs.
Instance Attribute Details
#first_face ⇒ Object (readonly)
Returns the value of attribute first_face
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def first_face @first_face end |
#head_nodes ⇒ Object (readonly)
Returns the value of attribute head_nodes
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def head_nodes @head_nodes end |
#maxs ⇒ Object (readonly)
Returns the value of attribute maxs
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def maxs @maxs end |
#mins ⇒ Object (readonly)
Returns the value of attribute mins
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def mins @mins end |
#num_faces ⇒ Object (readonly)
Returns the value of attribute num_faces
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def num_faces @num_faces end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def origin @origin end |
#vis_leafs ⇒ Object (readonly)
Returns the value of attribute vis_leafs
16 17 18 |
# File 'lib/quake/bsp/types.rb', line 16 def vis_leafs @vis_leafs end |