---
title: reflectiveTexture
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdllightprobe/reflectivetexture
---

# reflectiveTexture

A cube map texture that contains a rendering of a scene as seen from the light probe’s position.

## Declaration

```swift
var reflectiveTexture: MDLTexture? { get }
```

## Discussion

Discussion A reflective texture is also known as an environment map. A renderer can use this texture to create reflections and specular highlights on surfaces with metallic materials.

## See Also

### Working with Textures

- [irradianceTexture](modelio/mdllightprobe/irradiancetexture.md)
