obj_parser 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -35,10 +35,10 @@ module ObjParser
35
35
  end
36
36
 
37
37
  def compute_tangents
38
- return if textures.count == 0 || normals.count == 0
39
- self.resolve_faces
40
38
  self.tangents = []
41
39
  self.tangents_indexes = []
40
+ return if textures.count == 0 || normals.count == 0
41
+ self.resolve_faces
42
42
  pindex = 0
43
43
  self.faces.each do |face|
44
44
  pindex += 1
@@ -1,3 +1,3 @@
1
1
  module ObjParser
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: obj_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: