Home
last modified time | relevance | path

Searched refs:specularFactor_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp103 specularFactor_.reset(); in DisposeNative()
110 specularFactor_.reset(); in DisposeNative()
406 if (specularFactor_ == nullptr) { in GetIndirectSpecularFactor()
407 specularFactor_ = BASE_NS::make_unique<Vec4Proxy>(ctx, node->IndirectSpecularFactor()); in GetIndirectSpecularFactor()
409 return *specularFactor_; in GetIndirectSpecularFactor()
419 if (specularFactor_ == nullptr) { in SetIndirectSpecularFactor()
420 specularFactor_ = BASE_NS::make_unique<Vec4Proxy>(ctx, node->IndirectSpecularFactor()); in SetIndirectSpecularFactor()
422 specularFactor_->SetValue(obj); in SetIndirectSpecularFactor()
/foundation/graphic/graphic_3d/kits/js/include/
H A DEnvironmentJS.h87 BASE_NS::unique_ptr<Vec4Proxy> specularFactor_; member in EnvironmentJS

Completed in 2 milliseconds