STK AgAsHpopPluginSend comments on this topic.
SetReflectanceParamPartials Method (IAgAsLightReflectionResultEval)
See Also
Index
Frame
ReflectXwrtParam
ReflectYwrtParam
ReflectZwrtParam
Windows





Windows & Linux

Description

Sets the partial derivatives of the components of reflectance (expressed in the specified frame) wrt the registered parameter specified by Index. Uses internal units.

Syntax

[Visual Basic .NET]
Public Sub SetReflectanceParamPartials( _
    ByVal Index As Integer, _
    ByVal Frame As AgEUtFrame, _
    ByVal ReflectXwrtParam As Double, _
    ByVal ReflectYwrtParam As Double, _
    ByVal ReflectZwrtParam As Double _
)
[C#]
public void SetReflectanceParamPartials(
    int Index,
    AgEUtFrame Frame,
    double ReflectXwrtParam,
    double ReflectYwrtParam,
    double ReflectZwrtParam
);
[Managed C++]
public: void SetReflectanceParamPartials(
    int Index,
    AgEUtFrame Frame,
    double ReflectXwrtParam,
    double ReflectYwrtParam,
    double ReflectZwrtParam
);
[Unmanaged C++]
public: HRESULT SetReflectanceParamPartials(
    long Index,
    AgEUtFrame Frame,
    double ReflectXwrtParam,
    double ReflectYwrtParam,
    double ReflectZwrtParam
);
[Java]
public void setReflectanceParamPartials(
    int Index,
    AgEUtFrame Frame,
    double ReflectXwrtParam,
    double ReflectYwrtParam,
    double ReflectZwrtParam
);

Parameters

Index
Frame
ReflectXwrtParam
ReflectYwrtParam
ReflectZwrtParam

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.