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 GeomMeta
  • class Enlighten GeomProperties
  • class Enlighten GeoRayOrigin
  • class Enlighten GlTextureUpdater
  • class Enlighten GpuTextureWrapper
  • class Enlighten IAsyncTask
  • class Enlighten IBake
  • class Enlighten IBakeInputGeometryLightingNormals
  • class Enlighten IBakeInputGeometryTangents
  • class Enlighten IBakeInputGeometryUvs
  • class Enlighten IBakeInputLighting
  • class Enlighten IBakeInputMaterial
  • class Enlighten IBakeInputMeshLightingNormals
  • class Enlighten IBakeInputMeshTangents
  • class Enlighten IBakeInputMeshUvs
  • class Enlighten IBakeInputProperties
  • class Enlighten IBakeInputRayOriginPositions
  • 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
  • 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
    Calendars

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

    This is the documentation for Enlighten.

    class Enlighten ImporterScene

    Nov 15, 2019

    class Enlighten::ImporterScene

    Make it easy to obtain output from the precompute pipeline.

    Functions

    Name Description
    CreateAlbedoBuffer(InputWorkspace *)

    Create a runtime object.

    CreateDynamicMaterialWorkspace(ClusterAlbedoWorkspaceMaterialData *)

    Create a runtime object.

    CreateEmissiveBuffer(InputWorkspace *)

    Create a runtime object.

    ImporterScene(const ExporterPaths &)

    Constructor.

    LoadClusterAlbedoWorkspaceMaterialData(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadGeneratedSystems(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadInputWorkspace(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadOctreeProbeSetCore(const Geo::GeoFileString &, Geo::s32)

    Load a precompute object from file.

    LoadOutputProbeOctree(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadPackedGeometry(const Geo::GeoFileString &, const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadPackedSystem(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadPrecomputedVisibilityData(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadRadCubeMapCore(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadRadiosityNormalTexture(const Geo::GeoFileString &, Geo::s32)

    Load a precompute object from file.

    LoadRadProbeSetCore(const Geo::GeoFileString &)

    Load a precompute object from file.

    LoadRadSystemCore(const Geo::GeoFileString &, Geo::s32)

    Load a precompute object from file.

    LoadSystemDuster(const Geo::GeoFileString &)

    Load a precompute object from file.


    static AlbedoBufferPtr Enlighten::ImporterScene::CreateAlbedoBuffer


    public: AlbedoBufferPtr CreateAlbedoBuffer
    (
        InputWorkspace * inputWorkspace
    )


    Create a runtime object.

    Return a unique pointer which owns the object.


    static DynamicMaterialWorkspacePtr Enlighten::ImporterScene::CreateDynamicMaterialWorkspace


    public: DynamicMaterialWorkspacePtr CreateDynamicMaterialWorkspace
    (
        ClusterAlbedoWorkspaceMaterialData * cawMaterialData
    )


    Create a runtime object.

    Return a unique pointer which owns the object.


    static EmissiveBufferPtr Enlighten::ImporterScene::CreateEmissiveBuffer


    public: EmissiveBufferPtr CreateEmissiveBuffer
    (
        InputWorkspace * inputWorkspace
    )


    Create a runtime object.

    Return a unique pointer which owns the object.


    Enlighten::ImporterScene::ImporterScene


    protected: ImporterScene
    (
        const ExporterPaths & paths
    )


    Constructor.


    CAWMaterialDataPtr Enlighten::ImporterScene::LoadClusterAlbedoWorkspaceMaterialData


    public: CAWMaterialDataPtr LoadClusterAlbedoWorkspaceMaterialData
    (
        const Geo::GeoFileString & systemName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    GeneratedSystemsPtr Enlighten::ImporterScene::LoadGeneratedSystems


    public: GeneratedSystemsPtr LoadGeneratedSystems
    (
        const Geo::GeoFileString & zoneName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    InputWorkspacePtr Enlighten::ImporterScene::LoadInputWorkspace


    public: InputWorkspacePtr LoadInputWorkspace
    (
        const Geo::GeoFileString & systemName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    RadProbeSetCorePtr Enlighten::ImporterScene::LoadOctreeProbeSetCore


    public: RadProbeSetCorePtr LoadOctreeProbeSetCore
    (
        const Geo::GeoFileString & probeSetName,
        Geo::s32 probeSetIndex
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    OutputProbeOctreePtr Enlighten::ImporterScene::LoadOutputProbeOctree


    public: OutputProbeOctreePtr LoadOutputProbeOctree
    (
        const Geo::GeoFileString & octreeName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    PackedGeometryPtr Enlighten::ImporterScene::LoadPackedGeometry


    public: PackedGeometryPtr LoadPackedGeometry
    (
        const Geo::GeoFileString & geomName,
        const Geo::GeoFileString & paramSetName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    PackedSystemPtr Enlighten::ImporterScene::LoadPackedSystem


    public: PackedSystemPtr LoadPackedSystem
    (
        const Geo::GeoFileString & systemName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    PrecompVisDataPtr Enlighten::ImporterScene::LoadPrecomputedVisibilityData


    public: PrecompVisDataPtr LoadPrecomputedVisibilityData
    (
        const Geo::GeoFileString & systemName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    RadCubeMapCorePtr Enlighten::ImporterScene::LoadRadCubeMapCore


    public: RadCubeMapCorePtr LoadRadCubeMapCore
    (
        const Geo::GeoFileString & cubeMapName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    RGBXTexturePtr Enlighten::ImporterScene::LoadRadiosityNormalTexture


    public: RGBXTexturePtr LoadRadiosityNormalTexture
    (
        const Geo::GeoFileString & systemName,
        Geo::s32 lodIndex
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    RadProbeSetCorePtr Enlighten::ImporterScene::LoadRadProbeSetCore


    public: RadProbeSetCorePtr LoadRadProbeSetCore
    (
        const Geo::GeoFileString & probeSetName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    RadSystemCorePtr Enlighten::ImporterScene::LoadRadSystemCore


    public: RadSystemCorePtr LoadRadSystemCore
    (
        const Geo::GeoFileString & systemName,
        Geo::s32 lodIndex
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.


    SystemDusterPtr Enlighten::ImporterScene::LoadSystemDuster


    public: SystemDusterPtr LoadSystemDuster
    (
        const Geo::GeoFileString & systemName
    ) const


    Load a precompute object from file.

    Return a unique pointer which owns the object.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "4e8032c3ff9f4746bbdb32bbab94ad2e"}