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 ClusterProbeTransparencySampleData
  • class Enlighten ClusterRange
  • class Enlighten Command
  • class Enlighten ConstLightValueIterator
  • class Enlighten CopyAlbedoBufferInfo
  • class Enlighten CopyBounceBufferInfo
  • class Enlighten CopyEmissiveBufferInfo
  • class Enlighten CopyEmissiveEnvironmentInfo
  • class Enlighten CopyInputLightingBufferInfo
  • class Enlighten CopyProbeOutputInfo
  • class Enlighten CopyRawOutputInfo
  • class Enlighten CopyTransparencyBufferInfo
  • class Enlighten CopyVisibilityBufferInfo
  • class Enlighten CpuAlbedoHandler
  • class Enlighten CpuCubeMap
  • class Enlighten CpuDynamicObject
  • class Enlighten CpuEnvironment
  • class Enlighten CpuSystem
  • class Enlighten CpuSystemSolutionSpace
  • class Enlighten CpuTextureSamplerBase
  • class Enlighten CpuUpdateManager
  • class Enlighten CpuWorker
  • class Enlighten CubeMapDataBlock
  • class Enlighten CubeMapMeta
  • class Enlighten DefaultGeometryTransparencySampler
  • class Enlighten DefaultThreadGroup
  • class Enlighten DirectInputLightingParameters
  • class Enlighten DirectionalLight
  • class Enlighten DirectionalLightMeta
  • class Enlighten Dx9TextureUpdater
  • class Enlighten Dx11TextureUpdater
  • class Enlighten DynamicMaterialWorkspace
  • class Enlighten DynamicObject
  • class Enlighten EnlightenDataBlock
  • class Enlighten EnlightenProfile
  • class Enlighten EnlightenTask
  • class Enlighten EntireProbeSetTask
  • class Enlighten EnvironmentLightMeta
  • class Enlighten ExcludedInstance
  • class Enlighten ExporterCubemap
  • class Enlighten ExporterGeom
  • class Enlighten ExporterGlobalParameters
  • class Enlighten ExporterInstanceParameters
  • class Enlighten ExporterLineWriter
  • class Enlighten ExporterMesh
  • class Enlighten ExporterPaths
  • class Enlighten ExporterProbeRegion
  • class Enlighten ExporterProbeVolume
  • class Enlighten ExporterScene
  • class Enlighten ExporterTransform
  • class Enlighten FitModel
  • class Enlighten FixedTimeLimiter
  • class Enlighten Fp16CpuTextureSampler
  • class Enlighten FrustumLight
  • class Enlighten FunctorCommand
  • class Enlighten GenericColourBuffer
  • class Enlighten GeoClusterNode
  • class Enlighten GeoClusterNodeForest
  • class Enlighten GeoClusterNodeTree
  • class Enlighten GeoDirectionalPoint
  • class Enlighten GeometryDataBlock
  • class Enlighten GeomMeshMeta
  • 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
    Calendars

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

    This is the documentation for Enlighten.

    class Enlighten ExporterGeom

    Nov 15, 2019

    class Enlighten::ExporterGeom

        └>Enlighten::PipelineGeometryProperties

    A geometry object, corresponding to a single .geom file.

    Variables

    Name Description
    Geo::GeoFileString m_Comment

    The comment to include in the .geom file.

    bool m_IsTerrain

    True if this geometry object is a terrain patch.

    Geo::s32 m_LodCount

    The number of lightmap LODs to generate for this geometry object.

    Geo::GeoArray< ExporterMesh > m_Meshes

    The mesh objects within the geometry object.

    Geo::GeoFileString m_Name

    The name of the geometry object.

    float m_SimpExpansionFactor

    The bounding box expansion when detecting which input charts overlap.

    float m_SimpMaxDistance

    The maximum distance in world units allowed between input charts for Enlighten to consider merging them.

    float m_SimpMaxGeneralNormalDeviation

    The maximum angular deviation in degrees allowed between input charts and projection planes.

    float m_SimpMaxInitialNormalDeviation

    The maximum angular deviation in degrees allowed between input charts for Enlighten considers them candidates for projection plane creation.

    eAutoSimpMode m_SimpMode

    Use this to prevent, allow or force the use of manually authored UVs.

    float m_SimpSignificantAreaRatio

    The ratio of the chart area within which normals point at more than 90 degrees from the chart principal normal to the area of the chart above which the chart is considered curved. Also a ratio of the chart area to the area of the merged group below which the chart is considered insignificant.

    Functions

    Name Description
    Default()

    The default values.

    ExporterGeom(Geo::GeoFileString, Geo::GeoFileString, PipelineGeometryProperties, Geo::GeoArray< ExporterMesh >, bool, Geo::s32)

    Constructor.


    static PipelineGeometryProperties Enlighten::PipelineGeometryProperties::Default


    public: PipelineGeometryProperties Default()


    The default values.


    Enlighten::ExporterGeom::ExporterGeom


    public: ExporterGeom
    (
        Geo::GeoFileString name,
        Geo::GeoFileString comment,
        PipelineGeometryProperties geomProperties,
        Geo::GeoArray< ExporterMesh > meshes,
        bool isTerrain,
        Geo::s32 lodCount
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 13, "requestCorrelationId": "f1129fe8602a4d90bce87679d0804bdf"}