QuaziGNRLnose Awesome, this is powerful plugin, I would like to ask you some questions before to purchase Q3D plugin:
1- Do you have the examples of .capx each function?
2- Is possible to mix between 2D and 3D? it would look like 2.5D
3- Can we have free updates?
4- How did you make Tiny Tank even C2 editor is not 3D editor?
1. examples will be available shortly for the main functions, but the descriptions provided give a good idea how to use each function
2. You can place the Q3D canvas above or below construct graphics, so making a 3D background for a 2D game or a mode 7 esque thing is definitely possible. The Tiny Tank demo options menu and text are 2D construct elements mixed in with the 3D canvas for example. Q3D also provides support for basic billboards with a texture that face the camera which can be sorted based on depth.
3. updates are free to those who purchase the plugin.
4. The map was designed top down with sprites and events were used to create the 3D scene from the top down mock up at the start of the layout. the same thing would work for a sidescroller, or any game with 2D gameplay and 3D graphics. Tiny Tank has 3D gameplay and this technique worked nonetheless.