Creating lights dynamically that effect instanced meshes with includedOnlyMeshes

Instances cannot have different lighting than the root mesh unfortunately as they are rendered in one draw call (so same context)

2 Likes