Rendertween ?!
BlitzMax Forums/MiniB3D Module/Rendertween ?!
| ||
I noticed miniB3D doesn't have the captureworld function. Is there a way to implement rendertweening? |
| ||
You are right. And there is no 'tween#' parameter for RenderWorld as well. Maybe you can use something like this? Not sure if it is ideal, I've never used rendertweening. The idea for this code came from an example I found online. |
| ||
whoa! brilliant, did you just write that? |
| ||
I took the basics for it from my platform engine in the archives. But that is a 2D game. I haven't tried it with a 3D game yet. |