update examples
This commit is contained in:
parent
b6b9054d0d
commit
c3d018c830
4 changed files with 77 additions and 82 deletions
|
@ -24,7 +24,7 @@ print(model.materials)
|
|||
print(model.materialCount)
|
||||
print(model.materials[0].maps[rl.MAP_DIFFUSE])
|
||||
|
||||
model.materials[0].maps[MAP_DIFFUSE].texture = texture # Set map diffuse texture
|
||||
model.materials.maps[MAP_DIFFUSE].texture = texture # Set map diffuse texture
|
||||
print(model.materials[0].maps[rl.MAP_DIFFUSE].value)
|
||||
|
||||
|
||||
|
|
Reference in a new issue