Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • class Enlighten IBakeInputRuntime
  • class Enlighten IBakeInputSystem
  • class Enlighten IBakeOutputProbeSet
  • class Enlighten IBakeOutputProbeSetVisibility
  • class Enlighten IBakeOutputSystemAO
  • class Enlighten IBakeOutputSystemDirect
  • class Enlighten IBakeOutputSystemFinalGather
  • class Enlighten IBakeOutputSystemIndirect
  • class Enlighten IBakeOutputSystemRadiosityNormal
  • class Enlighten IBakeOutputSystemVisibility
  • class Enlighten IBakeRuntimeLighting
  • class Enlighten IBakeSolvedRuntime
  • class Enlighten IBakeSystemResource
  • class Enlighten IBakeTextureManager
  • class Enlighten IBakeVisibilityBuffer
  • class Enlighten IClusteringOutput
  • class Enlighten IGpuTexture
  • class Enlighten IGpuTextureAllocator
  • class Enlighten IGpuTextureUpdater
  • class Enlighten ILightTransportOutput
  • class Enlighten ILimiter
  • class Enlighten ILogHandler
  • class Enlighten IMeshSimpOutput
  • class Enlighten ImporterScene
  • class Enlighten IncidentLightingBuffer
  • class Enlighten IndirectInputLightingInternalParameters
  • class Enlighten IndirectInputLightingParameters
  • class Enlighten InputLightBase
  • class Enlighten InputLightFalloffTable
  • class Enlighten InputLightingBuffer
  • class Enlighten InputOctreeBuilder
  • class Enlighten InputTextureSamplerParameters
  • class Enlighten InputWorkspace
  • class Enlighten InputWorkspaceDebugIterator
  • class Enlighten InputWorkspaceDebugPoint
  • class Enlighten InputWorkspaceDynamicInternal
  • class Enlighten InputWorkspaceInternal
  • class Enlighten InputWorkspaceMetaData
  • class Enlighten InternalLightFalloffTable
  • class Enlighten InterpolatedPoint
  • class Enlighten InterpolationInputSet
    • struct Enlighten InterpolationInputSet CachedData
  • class Enlighten IPppiTextureUpdateHandler
  • class Enlighten IPrecompBuildParameters
  • class Enlighten IPrecompCubeMapBuildParameters
  • class Enlighten IPrecompCubeMapCore
  • class Enlighten IPrecompDepthCubeMap
  • class Enlighten IPrecompGeneratedSystems
  • class Enlighten IPrecompInputCubeMap
  • class Enlighten IPrecompInputGeometry
  • class Enlighten IPrecompInputItemDependencies
  • class Enlighten IPrecompInputMesh
  • class Enlighten IPrecompInputProbeOctree
  • class Enlighten IPrecompInputProbeRegion
  • class Enlighten IPrecompInputProbeSet
  • class Enlighten IPrecompInputSystem
  • class Enlighten IPrecompMeshValidation
  • class Enlighten IPrecompOutputCubeMap
  • class Enlighten IPrecompOutputProbeOctree
  • class Enlighten IPrecompOutputProbeSet
  • class Enlighten IPrecompPackedGeometry
  • class Enlighten IPrecompPackedInstance
  • class Enlighten IPrecompPackedSystem
  • class Enlighten IPrecompProbeSetBuildParameters
  • class Enlighten IPrecompProbeSetRadiosity
  • class Enlighten IPrecompRadiosityNormalTexture
  • class Enlighten IPrecompSystemClustering
  • class Enlighten IPrecompSystemCompressedLightTransport
  • class Enlighten IPrecompSystemDependencies
  • class Enlighten IPrecompSystemDuster
  • class Enlighten IPrecompSystemLightTransport
  • class Enlighten IPrecompSystemPreClustering
  • class Enlighten IPrecompSystemRadiosity
  • class Enlighten IPrecompSystemsDependencies
  • class Enlighten IPrecompute
  • class Enlighten IPrecomputeLoaderCubeMap
  • class Enlighten IPrecomputeLoaderGeometry
  • class Enlighten IPrecomputeLoaderProbeSet
  • class Enlighten IPrecomputeLoaderSystem
  • class Enlighten IPrecompVolumeQuery
  • class Enlighten IProbeSetManager
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Enlighten InterpolationInputSet

    This is the documentation for Enlighten.

    class Enlighten InterpolationInputSet

    Nov 21, 2019

    class Enlighten::InterpolationInputSet

    Data structure describing the inputs and outputs of a probe set to be used as input data for interpolation.

    Classes

    Name Description
    Enlighten::InterpolationInputSet::CachedData

    Internal cached data.

    Variables

    Name Description
    const float * m_BakedOutputFloat

    The baked output array for this probe set, if using floating-point output (may be NULL).

    float m_BakedOutputMultiplier

    A scale factor for the baked output (not applied to the dynamic values).

    Geo::u8 m_BakedOutputShOrder

    The type of spherical harmonics that were used when baking this probe set.

    const Geo::u8 * m_BakedOutputU8

    The baked output array for this probe set if using compressed output (may be NULL).

    float m_BakedOutputU8Scale

    The baked output scale if using compressed output (ignored if using floating-point).

    Geo::u8 m_Lod

    LOD to use for this interpolation input set.

    const float * m_OutputFloat

    The output array for this probe set, if using floating-point output (may be NULL otherwise).

    Geo::u8 m_OutputShOrder

    The type of spherical harmonics that were used to solve this probe set.

    const Geo::u8 * m_OutputU8

    The output array for this probe set if using compressed output (may be NULL otherwise).

    float m_OutputU8Scale

    The output scale if using compressed output (ignored if using floating-point).

    const Geo::v128 * m_ProbePositionArray

    The position array for this probe set.

    Functions

    Name Description
    GetProbePosition(Geo::s32)

    Return the position of a (real or virtual) probe in the probe set.

    GetProbeSetCore()

    Get the core data for this probe set.

    SetProbeSetCore(const RadProbeSetCore *)

    Set the core data for this probe set.

    SetTransform(const Geo::Matrix &)

    Set the transform for this probe set.

    Transform(Geo::v128)

    Transform a point to local space, if required.


    Geo::v128 Enlighten::InterpolationInputSet::GetProbePosition


    public: Geo::v128 GetProbePosition
    (
        Geo::s32 probeIndex
    ) const


    Return the position of a (real or virtual) probe in the probe set.


    const RadProbeSetCore* Enlighten::InterpolationInputSet::GetProbeSetCore


    public: const RadProbeSetCore * GetProbeSetCore() const


    Get the core data for this probe set.


    void Enlighten::InterpolationInputSet::SetProbeSetCore


    public: void SetProbeSetCore
    (
        const RadProbeSetCore * probeSetCore
    )


    Set the core data for this probe set.


    void Enlighten::InterpolationInputSet::SetTransform


    public: void SetTransform
    (
        const Geo::Matrix & transform
    )


    Set the transform for this probe set.


    Geo::v128 Enlighten::InterpolationInputSet::Transform


    public: Geo::v128 Transform
    (
        Geo::v128 point
    ) const


    Transform a point to local space, if required.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "d83e34a98b084a20ae0247e542d93055"}