Main Menu

Version 1.19 has been released!

Started by EgonOlsen, October 06, 2009, 10:30:23 PM

Previous topic - Next topic

EgonOlsen

This is a minor update for all who are using the hardware renderer (just some small fixes here and there), but a major ones for people using the software renderer, because it adds mip mapping and multi core rendering. Changes can be found here: http://www.jpct.net/changes.html

Have fun!

Edit: The wiki may not reflect all the changes right now...i'm working on it.

AGP

Thanks a whole lot for all the effort, Egon, I appreciate it, man. Now just make the SimpleVector Interact2D.reprojectToWorlspace() already. :- ) Seriously, other than basic rendering, screenspace/worldspace interaction is the most important thing a 3d engine that draws on a 2d plane can do. But either way, thanks for the incredible engine, by far the best and most intuitive one I've seen around (including commercial ones).

EgonOlsen

#2
I was about to add something like that, but it wouldn't have solved your problem. What we did to solve your particular problem isn't just backtransformation into world space. I was looking fora  method signature that a) is easy to understand and b) solves your problem...i couldn't come up with one. I think it was to late that day and i wanted to get 1.19 out.
I'm going to think again for 1.20... ;)

EgonOlsen

I've uploaded a new version of 1.19 which adds a small fix to the load balancer. Nothing to get crazy about though...

AGP


EgonOlsen

I've uploaded another update to 1.19 that fixes a bug in the downsampling code of the multi threaded software renderer.