<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ModelIO",
  "identifier" : "/documentation/ModelIO/MDLProbePlacement",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Model I/O"
    ],
    "preciseIdentifier" : "c:@E@MDLProbePlacement"
  },
  "title" : "MDLProbePlacement"
}
-->

# MDLProbePlacement

Options affecting automatic placement of light probes in a scene, used with the [`placeLightProbes(withDensity:heuristic:using:)`](/documentation/ModelIO/MDLAsset/placeLightProbes(withDensity:heuristic:using:)) method.

```
enum MDLProbePlacement
```

## Topics

### Enumeration Cases

### Constants

[`MDLProbePlacement.irradianceDistribution`](/documentation/ModelIO/MDLProbePlacement/irradianceDistribution)

An option to examine the lighting conditions at various positions in the scene being evaluated, then place light probes only at the locations where each contributes optimally to scene lighting.

[`MDLProbePlacement.uniformGrid`](/documentation/ModelIO/MDLProbePlacement/uniformGrid)

An option to place light probes at each unit coordinate in a three-dimensional grid that evenly divides the region being evaluated.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)