Voxelers / 3d

3D in Voxelers
Apache License 2.0
9 stars 1 forks source link

Adding materials to the walking model #71

Open acs opened 1 year ago

acs commented 1 year ago

Once we finish our model in #70 we are going to add materials to the model.

https://docs.blender.org/manual/en/latest/render/materials/introduction.html

«Materials control the appearance of meshes, curves, volumes and other objects. They define the substance that the object is made of, its color and texture, and how light interacts with it.»

In Godot we can also modify the materials.

https://docs.godotengine.org/en/stable/classes/class_material.html

acs commented 1 year ago

We have worked already on Godot with materials: #47. But let's review it in Blender also.