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 4.03 Documentation
Results will update as you type.
  • class Enlighten MergeTriGroupParams
  • class Enlighten MultithreadCpuUpdateManager
  • class Enlighten MultithreadCpuWorker
  • class Enlighten MultithreadCpuWorkerCommon
  • class Enlighten NullGeometryTransparencySampler
  • class Enlighten NullMaterialEmissiveSampler
  • class Enlighten NullMaterialTransparencySampler
  • class Enlighten NullSampler
  • class Enlighten OctreeSearchResult
  • class Enlighten PackedDusterPoint
  • class Enlighten PipelineBoxSetProbeRegion
  • class Enlighten PipelineCubemap
  • class Enlighten PipelineError
  • class Enlighten PipelineExcludedInstance
  • class Enlighten PipelineGeom
  • class Enlighten PipelineGeometryProperties
  • class Enlighten PipelineGlobalParameters
  • class Enlighten PipelineInstanceParameters
  • class Enlighten PipelineMesh
  • class Enlighten PipelinePaths
  • class Enlighten PipelinePointSetProbeRegion
  • class Enlighten PipelineProbeVolume
  • class Enlighten PipelineProgressBase
  • class Enlighten PipelineRadiosityInstance
  • class Enlighten PipelineScene
  • class Enlighten PipelineTransform
  • class Enlighten PipelineUnlitInstance
  • class Enlighten PipelineVolumeProbeRegion
  • class Enlighten PointLight
  • class Enlighten PointProjection
  • class Enlighten PointProjectionOptions
  • class Enlighten PointProjectionScratchMem
  • class Enlighten PointProjectionSurface
  • class Enlighten PointProjectionVersion
  • class Enlighten PppiWorld
  • class Enlighten PrecompInputFace
  • class Enlighten PrecompInputInstance
  • class Enlighten PrecompInputVertex
  • class Enlighten PrecompMaterialInfo
  • class Enlighten PrecompMeshInstanceView
  • class Enlighten PrecompMeshProperties
  • class Enlighten PrecompOctreeNode
  • class Enlighten PrecompOctreeProbeKey
  • class Enlighten PrecomputedVisibilityData
  • class Enlighten PrecomputedVisibilityWorkspace
  • class Enlighten PrecomputeParameters
  • class Enlighten PrecomputePipeline
  • class Enlighten PrecompVoxelId
  • class Enlighten PrecompVoxelOctree
  • class Enlighten PrecompVoxelOctreePath
  • class Enlighten PrecompVoxelOctreeVolume
  • class Enlighten ProbeInterpolant
  • class Enlighten ProbeInterpolationTask
  • class Enlighten ProbeSetManagerOctree
  • class Enlighten ProbeSetOctreeNode
  • class Enlighten ProbeSetVirtualProbe
  • class Enlighten ProfileHistory
  • class Enlighten QuadIterator
  • class Enlighten QuadShader
  • class Enlighten QuickFlatClusterShader
  • class Enlighten QuickQuadShader
  • class Enlighten R9G9B9E5CpuTextureSampler
  • class Enlighten R11G11B10CpuTextureSampler
  • class Enlighten RadCubeMapCore
  • class Enlighten RadCubeMapMetaData
  • class Enlighten RadCubeMapTask
  • class Enlighten RadDataBlock
  • class Enlighten RadDebugBucketSelectionTask
  • class Enlighten RadDebugColouringTask
  • class Enlighten RadDebugPixelInfo
  • class Enlighten RadiosityInputTree
  • class Enlighten RadIrradianceTask
  • class Enlighten RadProbeSetCore
  • class Enlighten RadProbeSetMetaData
  • class Enlighten RadProbeTask
  • class Enlighten RadSystemCore
  • class Enlighten RadSystemMetaData
  • class Enlighten RawBuffer
  • class Enlighten ReadInputLightingBufferInfo
  • class Enlighten RectangleLight
  • class Enlighten RefTextureAllocator
    Calendars

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

    This is the documentation for Enlighten.

    class Enlighten PrecompMeshProperties

    Sept 09, 2025

    class Enlighten::PrecompMeshProperties

    Properties of input meshes.

    These properties control the behaviour of meshes in geometry objects.

    The three flags (direct, indirect, target) control how the mesh is to be used by the precompute. The fourth flag is unrelated to how the mesh is used and controls whether to rescale the UV charts to be proportional to the world space surface they represent. This is on by default.

    For the first three flags, only two combinations are allowed.

    The default of (True, True, True) means "included in the radiosity computation" and also provides a surface which other meshes can be projected onto. The other option (False, True, False) means "share lighting" and requires there to be at least one other mesh within the geometry object included in the radiosity computation.

    Please see the implementation guide for more information.

    Variables

    Name Description
    Geo::GeoGuid m_Guid

    Globally unique id of this mesh.

    bool m_IsDirectLightingMesh

    Must be set in combination with m_IsIndirectLightingMesh and m_IsTargetMesh as described above.

    bool m_IsIndirectLightingMesh

    Must be set in combination with m_IsDirectLightingMesh and m_IsTargetMesh as described above.

    bool m_IsTargetMesh

    Must be set in combination with m_IsDirectLightingMesh and m_IsIndirectLightingMesh as described above.

    bool m_ScaleCharts

    Should we scale the charts of this mesh to be relative to the 3D surface area.

    float m_SimpExpansionFactor

    Expansion factor for group bounding boxes overlap test.

    float m_SimpMaxDistance

    The maximum world space separation distance within which to consider simplifying.

    float m_SimpMaxGeneralNormalDeviationCos

    Maximum normals deviation (cosinus) for grouping (i.e.

    float m_SimpMaxInitialNormalDeviationCos

    Maximum normals deviation (cosinus) for initial candidates for grouping (i.e.

    eAutoSimpMode m_SimpMode

    The simplification mode to use (defaults to none)

    float m_SimpSignificantAreaRatio

    If chartArea/groupArea is less than this value than this chart is considered insignificant.

    Functions

    Name Description
    PrecompMeshProperties()

    Constructor defaults to 'included in radiosity computation'.


    Enlighten::PrecompMeshProperties::PrecompMeshProperties


    public: PrecompMeshProperties()


    Constructor defaults to 'included in radiosity computation'.

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