Class: Quake::Bsp::Model

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/bsp/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_faceObject (readonly)

Returns the value of attribute first_face

Returns:

  • (Object)

    the current value of first_face



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def first_face
  @first_face
end

#head_nodesObject (readonly)

Returns the value of attribute head_nodes

Returns:

  • (Object)

    the current value of head_nodes



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def head_nodes
  @head_nodes
end

#maxsObject (readonly)

Returns the value of attribute maxs

Returns:

  • (Object)

    the current value of maxs



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def maxs
  @maxs
end

#minsObject (readonly)

Returns the value of attribute mins

Returns:

  • (Object)

    the current value of mins



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def mins
  @mins
end

#num_facesObject (readonly)

Returns the value of attribute num_faces

Returns:

  • (Object)

    the current value of num_faces



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def num_faces
  @num_faces
end

#originObject (readonly)

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def origin
  @origin
end

#vis_leafsObject (readonly)

Returns the value of attribute vis_leafs

Returns:

  • (Object)

    the current value of vis_leafs



16
17
18
# File 'lib/quake/bsp/types.rb', line 16

def vis_leafs
  @vis_leafs
end