Class: Assimp::Bone

Inherits:
Data
  • Object
show all
Defined in:
lib/assimp/mesh.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/assimp/mesh.rb', line 4

def name
  @name
end

#offset_matrixObject (readonly)

Returns the value of attribute offset_matrix

Returns:

  • (Object)

    the current value of offset_matrix



4
5
6
# File 'lib/assimp/mesh.rb', line 4

def offset_matrix
  @offset_matrix
end

#weightsObject (readonly)

Returns the value of attribute weights

Returns:

  • (Object)

    the current value of weights



4
5
6
# File 'lib/assimp/mesh.rb', line 4

def weights
  @weights
end