Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add important todo
Browse files Browse the repository at this point in the history
  • Loading branch information
timjb committed May 14, 2011
1 parent 8fa2217 commit 10859cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
* Option to turn textures off
* Option to to choose wether to export the textures as standalone files or data urls (or do this automatically for large textures)
* Example on GitHub pages
* Improve performance
2 changes: 1 addition & 1 deletion export_threejs/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def add_face face

# Handle points
point_indices = mesh.points.map do |point|
index = @points.index(point)
index = @points.index(point) # This sucks performance-wise!!!!!
unless index.nil?
index
else
Expand Down

0 comments on commit 10859cd

Please sign in to comment.