Blender Git Loki
Git Commits -> Revision a54dc97
Revision a54dc97 by Campbell Barton (master) November 18, 2008, 00:17 (GMT) |
* Added buttons for accessing options "occlude", "backface cull" and "bleed", note that bleed is 0.0 by default, before it was always 2.0; * use a faster method of getting a pixels screenspace location. * check if its possible to break out of pixel to bucket/face intersection early - ~7% overall speedup (ignoring redraw time). * removed scanline intersection function (added back incase they were needed but it looks like there not) * speedup for painting with only 1 image (use a loop without context switching checks) * more commenting + cleanup |
Commit Details:
Full Hash: a54dc97c1363d601c3f4777b09dae72b65a6a44d
SVN Revision: 17488
Parent Commit: a10d419
Lines Changed: +232, -277