MDLScatteringFunction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Bidirectional Reflectance Distribution Funcion (BRDF) that defines a material's response to lighting conditions.
[Foundation.Register("MDLScatteringFunction", true)]
public class MDLScatteringFunction : Foundation.NSObject, IDisposable, ModelIO.IMDLNamed
[<Foundation.Register("MDLScatteringFunction", true)>]
type MDLScatteringFunction = class
inherit NSObject
interface IMDLNamed
interface INativeObject
interface IDisposable
- Inheritance
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MDLScatteringFunction() |
Creates a new MDLScatteringFunction with default values. |
| MDLScatteringFunction(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MDLScatteringFunction(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AmbientOcclusion |
Gets the degree to which ambient light is blocked by neighboring geometry. |
| AmbientOcclusionScale |
Gets a multiplier for the degree to which ambient light is blocked by neighboring geometry. The default value is |
| BaseColor |
Gets the base color of the material. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Emission |
Gets the radiance color of the material, which provides a minimum illumination when the object is darkened by the rest of the lighting and shading model. |
| ExposedBindings | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| InterfaceIndexOfRefraction |
Gets the n1 term in Schlick's approximation of the Fresnel factor in specular relection. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| MaterialIndexOfRefraction |
Gets the n2 term in Schlick's approximation of the Fresnel factor in specular relection.. |
| Name |
Gets or sets the descriptive name of the named object. |
| Normal |
Gets the deviation of surface normals in model coordinate space. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Specular |
Gets the intensity of specular highlighting. |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |