Material3D extension (textures, color and transparency)

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:

3 Likes

​A new version (v1.1) has been released. It adds the following features:

  • loading textures from resource files
  • loading textures from URLs
  • texture wrapping modes - wrapS (horizontal) and wrapT (vertical)
  • texture repeating - X (horizontal) and Y (vertical)
  • texture offset in percentage - X (horizontal) and Y (vertical)

Download and demo on the same link (1st post)

2 Likes

this is awesome keep up the good work

1 Like

this will be really useful
now 3d can be added to my engine i was having problems with 3d textures

1 Like

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.