prof-danielc
Results
1
issues of
prof-danielc
I was generating two meshes with an empty parent, then combining them. It resulted in a black mesh: terrain = Entity(parent=scene) terrain_from_heightmap_texture = Entity(parent=terrain, model=Terrain('heightmap_1', skip=8), shader=basic_lighting_shader, collider='mesh', scale=(40,5,20), texture='heightmap_1')...