Here’s a small extension to manipulate color and transparency of 3D objects:
I tried adding support for “metalness” and “roughness” (found in Three js material properties), but it didn’t work in GDevelop.
Download and demo:
Here’s a small extension to manipulate color and transparency of 3D objects:
I tried adding support for “metalness” and “roughness” (found in Three js material properties), but it didn’t work in GDevelop.
Download and demo:
A new version (v1.1) has been released. It adds the following features:
Download and demo on the same link (1st post)
this is awesome keep up the good work
this will be really useful
now 3d can be added to my engine i was having problems with 3d textures
Thank you! I wanted to use space ships from the asset store, and there is 11 of them in 5 different colors. So instead of adding 55 models to my game, I can now add 11 space ships and just change textures to change colors.
Next, I will try to add video textures.