Searched refs:ToneMappingType (Results 1 – 6 of 6) sorted by relevance
34 SCENE_NS::ITonemap::TonemapType ConvertTo(ToneMapJS::ToneMappingType typeI) in ConvertTo()38 case ToneMapJS::ToneMappingType::ACES: in ConvertTo()41 case ToneMapJS::ToneMappingType::ACES_2020: in ConvertTo()44 case ToneMapJS::ToneMappingType::FILMIC: in ConvertTo()56 ToneMapJS::ToneMappingType type; in ConvertFrom()59 type = ToneMapJS::ToneMappingType::ACES; in ConvertFrom()62 type = ToneMapJS::ToneMappingType::ACES_2020; in ConvertFrom()65 type = ToneMapJS::ToneMappingType ::FILMIC; in ConvertFrom()69 type = ToneMapJS::ToneMappingType ::ACES; in ConvertFrom()77 return ConvertTo(static_cast<ToneMapJS::ToneMappingType>(typeI)); in ConvertTo()[all …]
9 import { ToneMappingType, ToneMappingSettings, PostProcessSettings } from '@kit.ArkGraphics3D';12 ## ToneMappingType section31 | type | [ToneMappingType](#tonemappingtype) | 否 | 是 | 色调映射类型,默认值为undefined。 |
17 ToneMappingType,
10 import { ToneMappingType, ToneMappingSettings, PostProcessSettings } from '@kit.ArkGraphics3D';13 ## ToneMappingType section32 | type | [ToneMappingType](#tonemappingtype) | No| Yes| Tone mapping type. The default value is und…
25 enum ToneMappingType { enum