A downloadable asset pack

Babylon animated 3D model rendered at runtime as a sprite in Construct 3.

This is an experiment! I need  developers with access to 3D Models to play with it and see if it's useful.

Known issues

  • Do not use Worker Mode
    • Set Project Properties -> Advanced -> Use Worker -> No
  • Lighting, some objects with PBR materials require high intensity (100), others with non PBR materials require low light intensity (1-5). 
    • Fixed lighting for non PBR materials.
    • Working on PBR texture lighting (the plant example model uses PBR material and requires high light intensity to not be dark)
  • Mobile performance on Android varies widely, this is likely due to transferring / updating a texture each frame can be slow on Android. A possible mitigation is to make the overall texture smaller (which will mean fewer models supported.) This could be controlled by an initial parameter that applies across all instances.

Please only download if you want to collaborate on evaluating it and will provide feedback in comments below or contact me on twitter (@kindeyegames) or on Construct Community Discord (@Mikal).

The intent is to have a 3D model rendered at runtime w/ lighting and camera rotation in a sprite which can be used in a C3 2D or 2.5D (e.g. iso) scene. Once rendered, we can apply the usual C3 effects, z order, position, etc. ACEs.

A simple example would be the look of the older Donkey Kong Country, but instead of pre rendered 3d models changed into sprites, we'll directly use 3D models rendered during runtime, with blended animations, camera and lighting control.

If this looks viable. I will shift to developing this as a different paid project with additional features. Users who help with feedback will be given a discount on the paid project.

The examples are really rough and the character model is purchased, so do not use it in other projects.

Feature Requests / Bugs

  • Allow multiple instances in original layout to load on start of layout.
  • Check if multiple instances can be loaded in the same tick.
  • Add animation rate / render rate control.
  • X,y,z, rotation of model (instead of only camera)
  • Add control over animation blending mix amount
  • Integrate camera angle and C3 player angle, so player angle can be used directly.
  • Add list of animations in editor (if possible, would need to know the model to be loaded during editor time.)
  • Add control for resolution vs number of models tradeoff
  • *DONE* Add control of light color (ambient and ground)
  • *DONE* Add control of light color (specular)

Tech info:


StatusIn development
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
Authorkindeyegames

Development log

Comments

Log in with itch.io to leave a comment.

Hey is this still available for download? I can't seem to find the download link.

Not available through itch, it was an experiment that ran its course. I have moved on from this project to my 3DObject plugin (which is more limited, but better integrated into C3). I I open sourced the Babylon Model plugin, in case someone want to continue development: https://github.com/MikalDev/babylon-model