Blender Git Loki
Git Commits -> Revision 0d05315
Revision 0d05315 by Antonis Ryakiotakis (master) March 10, 2015, 22:08 (GMT) |
Fix T43342 bad rendering of normal maps on NVIDIAs on the MacOS This is not limited to normal maps, it's just that normal maps cause a mix of interleaved vertex arrays + non interleaved vertex arrays + GLSL, which could confuse the GL. Possible explanation is that it may be clobbering the vertex index of the shader somehow but this is difficult to know without extensive tests and the Mac is needed by Francesco in the morning :). Do brute force solution instead, just force legacy drawing on Macs when VBOs is off. On the plus side VBOs work fine, so we should be fine when we update. |
Commit Details:
Full Hash: 0d053158ecc27022af7aa184c0410b90cbc84980
Parent Commit: 26d7b6c
Lines Changed: +4, -1
1 Modified Path:
/source/blender/blenkernel/intern/cdderivedmesh.c (+4, -1) (Diff)