Blender Git Loki
Git Commits -> Revision 983745d
Revision 983745d by Daniel Dunbar (master) March 28, 2005, 19:43 (GMT) |
- renderer currently uses links into tface structures that actually are owned by mesh (or displistmesh)... this causes problems for adapting to systems that build tfaces on the fly. Added RE_findTFace function to allow allocating tfaces inside renderer itself. |
Commit Details:
Full Hash: 983745d1021c357c5d13bc4272cbd35937b2162c
SVN Revision: 4102
Parent Commit: f2d940a
Lines Changed: +43, -1