Class: ObjParser::Face

Inherits:
Object
  • Object
show all
Defined in:
lib/obj_parser/face.rb

Instance Attribute Summary collapse

Instance Attribute Details

#normalsObject

Returns the value of attribute normals.



3
4
5
# File 'lib/obj_parser/face.rb', line 3

def normals
  @normals
end

#tangentsObject

Returns the value of attribute tangents.



6
7
8
# File 'lib/obj_parser/face.rb', line 6

def tangents
  @tangents
end

#texturesObject

Returns the value of attribute textures.



5
6
7
# File 'lib/obj_parser/face.rb', line 5

def textures
  @textures
end

#verticeObject

Returns the value of attribute vertice.



4
5
6
# File 'lib/obj_parser/face.rb', line 4

def vertice
  @vertice
end