In a game made with Fuze can some rooms be 3D and others 2D?
-
Thank you all in advance.
-
Yes you should be able to combine 3D and 2D in interesting ways.
For instance you can create an image, set that as the draw target, and then call
drawObjects()
to draw your 3D objects on that image.
Then set your draw target back to the frame buffer and calldrawImage(image, x, y)
to draw your 2D image with 3D objects drawn on it, somewhere on the screen for example. -
Thank you so very much.
-
@PB____ I'm imagining something like Elite here - 3D view from a spaceship with a little terminal display of a small 3D radar.
-
@Dave I'm sorry to disappoint you, but I'm not working on any 3D games 😛 I did validate if what I was saying is possible in Fuze before posting it, but that's about it..
-
i'm hoping to animate a character in a 3d environment, when i get round to it is another question.so many ideas so little time.