3d into 2d functions
-
3d into 2d sprites can you guys help me make a arkanoid game using 3d and 2d sprites
-
What do you mean with 3D sprites? I only know of 2D sprites.
It's possible to render 3D objects on a 2D image (using setDrawTarget and drawObjects) and you should then be able to use that image with a 3D object drawn on it, as the image for a sprite. But I'm not sure if that's what you mean. Also I haven't used sprites much, so I'm not sure if the sprite updates if you update the image afterwards, but I would expect it does.