Blender Git Loki
Git Commits -> Revision f576c28
Revision f576c28 by Campbell Barton (master) December 21, 2012, 07:24 (GMT) |
speedup for face tessellation: - quads, tris now use direct pointer access rather then iterators. - for ngons also avoid iterator, just loop over the loops. also minor change, use floorf rather then floor for ED_view3d_project_short_ex, ED_view3d_project_int_ex |
Commit Details:
Full Hash: f576c281ba7746175dd9bae0a644cda4513bd51c
SVN Revision: 53234
Parent Commit: 75e94ab
Lines Changed: +49, -15