shithub: 3dee

Download patch

ref: 6ccf9152563ff738acfb3b8b388dd9936e960ad7
parent: 3723c57850d0be36a5b7f541b26c8c3d80ade225
author: rodri <rgl@antares-labs.eu>
date: Fri Jul 4 12:20:07 EDT 2025

toobj: remove obsolete comment

--- a/toobj.c
+++ b/toobj.c
@@ -96,11 +96,6 @@
 	objpushobject(obj, o);
 	lastprim = itemarrayget(m->prims, m->prims->nitems-1);
 	for(prim = m->prims->items; prim <= lastprim; prim++){
-		/*
-		 * XXX A Model doesn't have the indexed attribute
-		 * structure an OBJ has, so this conversion is very
-		 * inefficient without a good deduplication algorithm.
-		 */
 		switch(prim->type){
 		case PPoint:
 			e = objallocelem(OBJEPoint);
--