Blender Git Loki
Git Commits -> Revision 4a5a9f4
Revision 4a5a9f4 by Daniel Dunbar (master) March 29, 2005, 07:51 (GMT) |
- added drawFacesTex function to DerivedMesh with implementations - switched drawmesh.c to use new functions - WHEE! This is last such function that has to be written for the time being, and also effectively marks the end of DL_MESH! DispListMesh still hangs around as a kind of interchange format but should also die once DerivedMesh provides more intimate mesh access. DL_MESH (the displist type for DispListMesh) is still used to hold the DispListMesh, but that will die as soon as new subsurf switches to using a bonafide DerivedMesh implementation. There is also one silly usage for the decimator that is easy to kill. - Oh, and I also made potatoe mode draw mesh vertex colors - seemed to be more uniform behavior. |
Commit Details:
Full Hash: 4a5a9f4e491fa438c1944ae53bb3e3313aadfcf3
SVN Revision: 4107
Parent Commit: 4c511da
Lines Changed: +213, -164