overrideStrongShadows: Instance Method

- (PxRefineFeatures *) overrideStrongShadows:(bool) enable;

References: PxRefineFeatures

Overrides the picture’s strongShadows property for this refinement.

Parameters

  • enable — The strongShadows value to use.

Return Value

This builder, for chaining.

Top