shithub: 3dee

Download patch

ref: 951412ce94bc89bbd781fda16dc5a9cf3cc09d28
parent: c85e7b5902b65dc234d9fbc7a7c4ab9836a94399
author: rodri <rgl@antares-labs.eu>
date: Wed Feb 21 07:37:26 EST 2024

model2world is now provided by libgraphics.

--- a/main.c
+++ b/main.c
@@ -106,12 +106,6 @@
 //	string3(maincam, pz, display->black, font, "z");
 //}
 
-static Point3
-model2world(Entity *e, Point3 p)
-{
-	return invrframexform3(p, *e);
-}
-
 Point3
 vertshader(VSparams *sp)
 {
@@ -502,6 +496,7 @@
 		fprint(fd, "profile\n");
 //	fprint(fd, "pri 15\n");
 //	fprint(fd, "wired 0\n");
+//	setfcr(getfcr() & ~FPINVAL);
 
 	close(fd);
 }