Class: Quake::Mdl::Model

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

Overview

Complete MDL model

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_radiusObject (readonly)

Returns the value of attribute bounding_radius

Returns:

  • (Object)

    the current value of bounding_radius



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def bounding_radius
  @bounding_radius
end

#eye_positionObject (readonly)

Returns the value of attribute eye_position

Returns:

  • (Object)

    the current value of eye_position



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def eye_position
  @eye_position
end

#flagsObject (readonly)

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def flags
  @flags
end

#framesObject (readonly)

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def frames
  @frames
end

#scaleObject (readonly)

Returns the value of attribute scale

Returns:

  • (Object)

    the current value of scale



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def scale
  @scale
end

#scale_originObject (readonly)

Returns the value of attribute scale_origin

Returns:

  • (Object)

    the current value of scale_origin



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def scale_origin
  @scale_origin
end

#skin_heightObject (readonly)

Returns the value of attribute skin_height

Returns:

  • (Object)

    the current value of skin_height



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def skin_height
  @skin_height
end

#skin_widthObject (readonly)

Returns the value of attribute skin_width

Returns:

  • (Object)

    the current value of skin_width



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def skin_width
  @skin_width
end

#skinsObject (readonly)

Returns the value of attribute skins

Returns:

  • (Object)

    the current value of skins



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def skins
  @skins
end

#stvertsObject (readonly)

Returns the value of attribute stverts

Returns:

  • (Object)

    the current value of stverts



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def stverts
  @stverts
end

#sync_typeObject (readonly)

Returns the value of attribute sync_type

Returns:

  • (Object)

    the current value of sync_type



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def sync_type
  @sync_type
end

#trianglesObject (readonly)

Returns the value of attribute triangles

Returns:

  • (Object)

    the current value of triangles



21
22
23
# File 'lib/quake/mdl/types.rb', line 21

def triangles
  @triangles
end