Class: Quake::Mdl::Frame

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

Overview

Single animation frame

Instance Attribute Summary collapse

Instance Attribute Details

#bbox_maxObject (readonly)

Returns the value of attribute bbox_max

Returns:

  • (Object)

    the current value of bbox_max



9
10
11
# File 'lib/quake/mdl/types.rb', line 9

def bbox_max
  @bbox_max
end

#bbox_minObject (readonly)

Returns the value of attribute bbox_min

Returns:

  • (Object)

    the current value of bbox_min



9
10
11
# File 'lib/quake/mdl/types.rb', line 9

def bbox_min
  @bbox_min
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/quake/mdl/types.rb', line 9

def name
  @name
end

#verticesObject (readonly)

Returns the value of attribute vertices

Returns:

  • (Object)

    the current value of vertices



9
10
11
# File 'lib/quake/mdl/types.rb', line 9

def vertices
  @vertices
end