MDLTexture.CreateIrradianceTextureCube Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
CreateIrradianceTextureCube(MDLTexture, String, Vector2i) |
Создает кубическую карту излучения на основе карты среды. |
CreateIrradianceTextureCube(MDLTexture, String, Vector2i, Single) |
CreateIrradianceTextureCube(MDLTexture, String, Vector2i)
Создает кубическую карту излучения на основе карты среды.
[Foundation.Export("irradianceTextureCubeWithTexture:name:dimensions:")]
public static ModelIO.MDLTexture CreateIrradianceTextureCube (ModelIO.MDLTexture texture, string name, OpenTK.Vector2i dimensions);
static member CreateIrradianceTextureCube : ModelIO.MDLTexture * string * OpenTK.Vector2i -> ModelIO.MDLTexture
Параметры
- texture
- MDLTexture
- dimensions
- Vector2i
Возвращаемое значение
- Атрибуты
Применяется к
CreateIrradianceTextureCube(MDLTexture, String, Vector2i, Single)
[Foundation.Export("irradianceTextureCubeWithTexture:name:dimensions:roughness:")]
public static ModelIO.MDLTexture CreateIrradianceTextureCube (ModelIO.MDLTexture reflectiveTexture, string name, OpenTK.Vector2i dimensions, float roughness);
static member CreateIrradianceTextureCube : ModelIO.MDLTexture * string * OpenTK.Vector2i * single -> ModelIO.MDLTexture
Параметры
- reflectiveTexture
- MDLTexture
- dimensions
- Vector2i
- roughness
- Single
Возвращаемое значение
- Атрибуты