# OctahedralImpostor

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* OctahedralImpostor

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Algo

```csharp
[Serializable]
public class OctahedralImpostor
```

## Constructors

### OctahedralImpostor()

```csharp
public OctahedralImpostor()
```

### OctahedralImpostor(OctahedralImpostor)

```csharp
public OctahedralImpostor(OctahedralImpostor o)
```

Parameters

| Type                                            | Name | Description |
| ----------------------------------------------- | ---- | ----------- |
| [OctahedralImpostor](./algo_octahedralimpostor) | o    |             |

## Fields

### OctaTransform

```csharp
public Matrix4 OctaTransform
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [Matrix4](./geom_matrix4) |             |

### Radius

```csharp
public double Radius
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [double](https://learn.microsoft.com/dotnet/api/system.double) |             |

### NormalMap

```csharp
public uint NormalMap
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### DepthMap

```csharp
public uint DepthMap
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### DiffuseMap

```csharp
public uint DiffuseMap
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### MetallicMap

```csharp
public uint MetallicMap
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### AOMap

```csharp
public uint AOMap
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |

### RoughnessMap

```csharp
public uint RoughnessMap
```

Returns

| Type                                                         | Description |
| ------------------------------------------------------------ | ----------- |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32) |             |
