3D Series for rendering a 3D object model within a Chart3D.

Creating MeshModel3D:

MeshModel3D are created with addMeshModel method.

 // Example syntax, create mesh model series
const modelSeries = Chart3D.addMeshModel()

Frequently used methods:

Hierarchy

Implements

Properties

_modelRotation: Coord3D = ...

Rotation of the model in radians.

_shadingStyle: ColorShadingStyle = _phongShadingStyle
checkedNormals?: Float32Array

Methods

  • Attach object to an legendBox entry

    Returns

    Object itself for fluent interface

    Parameters

    • entry: LegendBoxEntry<UIBackground>

      Object which has to be attached

    • toggleVisibilityOnClick: boolean = true

      Flag that indicates whether the Attachable should be hidden or not, when its respective Entry is clicked.

    • matchStyleExactly: boolean = false

      By default, entries are assigned a smooth looking gradient based on the component color. If this flag is true, then this is skipped, and exact component solid fill is used instead.

    Returns MeshModel3D

  • Permanently destroy the component.

    To fully allow Garbage-Collection to free the resources used by the component, make sure to remove any references to the component and its children in application code.

    let chart = ...ChartXY()
    let axisX = chart.getDefaultAxisX()
    // Dispose Chart, and remove all references so that they can be garbage-collected.
    chart.dispose()
    chart = undefined
    axisX = undefined

    Returns

    Object itself for fluent interface

    Returns MeshModel3D

  • Get component highlight animations enabled or not.

    Returns

    Animation enabled?

    Returns boolean

  • Get whether series is taken into account with automatic scrolling and fitting of attached axes.

    By default, this is true for all series.

    Returns

    true default, axes will take series into account in scrolling and fitting operations. false, axes will ignore series boundaries.

    Returns boolean

  • Get 3D depth test enabled for this series.

    By default this is enabled, meaning that any series that is rendered after this series and is behind this series will not be rendered.

    Can be disabled to alter 3D rendering behavior.

    Returns

    Depth test enabled?

    Returns boolean

  • Get theme effect enabled on component or disabled.

    A theme can specify an Effect to add extra visual oomph to chart applications, like Glow effects around data or other components. Whether this effect is drawn above a particular component can be configured using the setEffect method.

     // Example, disable theme effect from a particular component.
    Component.setEffect(false)

    For the most part, theme effects are enabled by default on most components.

    Theme effect is configured with effect property.

    Returns

    Boolean that describes whether drawing the theme effect is enabled around the component or not.

    Returns boolean

  • Get FillStyle of MeshModel3D.

    Supports following FillStyles:

    • SolidFill: Single solid color for the Model.
    • PalettedFill: Model* is colored according to its "value" property and the PalettedFill objects' look up table.

    Returns

    FillStyle object.

    Returns FillStyle

  • Get state of component highlighting.

    In case highlight animations are enabled, this method returns the unanimated highlight value.

    Returns

    Number between 0 and 1, where 1 is fully highlighted.

    Returns number

  • Get boolean flag for whether object should highlight on mouse hover

    Returns

    Boolean for if object should highlight on mouse hover or not.

    Returns boolean

  • Get boolean flag for whether object is currently under mouse or not

    Returns

    Boolean for is object under mouse currently

    Returns boolean

  • Get alignment of the model.

    Returns

    Alignment of the model in format {x, y, z}.

    Returns Coord3D

  • Get location of the model.

    Returns

    Location of the model in format {x, y, z}.

    Returns Coord3D

  • Get rotation of the model.

    Returns

    Rotation of the model in format {x, y, z}.

    Returns Coord3D

  • Get mouse interactions enabled or disabled. Disabled mouse-interactions will naturally prevent mouse-driven highlighting from ever happening.

    Returns

    Mouse interactions state

    Returns boolean

  • Get the name of the Component.

    Returns

    The name of the Component.

    Returns string

  • Get scale of the model.

    Returns

    Scale of the model in format {x, y, z}

    Returns Coord3D

  • Get element visibility.

    Returns

    true when element is set to be visible and false otherwise.

    Returns boolean

  • Returns

    Max X value of the series

    Returns undefined | number

  • Returns

    Min X value of the series

    Returns undefined | number

  • Returns

    Max Y value of the series

    Returns undefined | number

  • Returns

    Min Y value of the series

    Returns undefined | number

  • Returns

    Max Z value of the series

    Returns undefined | number

  • Returns

    Min Z value of the series

    Returns undefined | number

  • Remove event listener from dispose event.

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Unsubscribe from Highlight object event. This is called whenever an object is highlighted

    Returns

    True if the unsubscription was successful.

    Parameters

    • token: Token

      Token that was received when subscribing to the event.

    Returns boolean

  • Remove event listener from Mouse Click Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Double Click Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Down Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Drag Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Drag Start Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Drag Stop Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Enter Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Leave Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Move Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Up Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Mouse Wheel Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Touch End Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Touch Move Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from Touch Start Event

    Returns

    True if the listener is successfully removed and false if it is not found

    Parameters

    • token: Token

      Token of event listener which has to be removed

    Returns boolean

  • Remove event listener from visibleStateChanged

    Parameters

    • token: Token

    Returns boolean

  • Subscribe onDispose event. This event is triggered whenever the ChartComponent is disposed.

     // Example usage

    lineSeries.onDispose(() => {
    console.log('lineSeries was disposed')
    })

    lineSeries.dispose()

    Returns

    Token of subscription

    Parameters

    Returns Token

  • Subscribe to highlight object event. This is called whenever an object is highlighted.

    Returns

    Token that can be used to unsubscribe from the event.

    Parameters

    • handler: ((obj: MeshModel3D, isHighlighted: number | boolean) => void)

      Function that is called when event is triggered.

        • (obj: MeshModel3D, isHighlighted: number | boolean): void
        • Parameters

          Returns void

    Returns Token

  • Register new event listener to visibleStateChanged event.

    Parameters

    • listener: VisibleStateChangedHandler<MeshModel3D>

      Event listener for visibleStateChanged

    Returns Token

  • Set component highlight animations enabled or not. For most components this is enabled by default.

     // Example usage, disable highlight animations.
    component.setAnimationHighlight(false)

    Returns

    Object itself

    Parameters

    • enabled: boolean

      Animation enabled?

    Returns MeshModel3D

  • Set whether series is taken into account with automatic scrolling and fitting of attached axes.

    By default, this is true for all series.

    By setting this to false, any series can be removed from axis scrolling/fitting.

     // Example syntax, remove series from automatic scrolling / fitting.
    LineSeries.setAutoScrollingEnabled(false)

    Returns

    Object itself for fluent interface.

    Parameters

    • enabled: boolean

      true default, axes will take series into account in scrolling and fitting operations. false, axes will ignore series boundaries.

    Returns MeshModel3D

  • Set BackfaceCullingMode of MeshModel3D.

    Returns

    Object itself.

    // Example of setting BackfaceCullingMode
    series.setBackfaceCullingMode('disabled')

    Parameters

    • mode: CullMode3D

      BackfaceCullingMode

      • disabled: No culling.
      • cull-back: Cull back faces.
      • cull-front: Cull front faces.

    Returns MeshModel3D

  • Set Color Shading Style for series.

    Shading style changes the visual style of the rendering. See ColorShadingStyles for available shading styles.

    Use Simple color shading style:

    series3D.setShadingStyle(new ColorShadingStyles.Simple())
    

    Use Phong color shading style:

    series3D.setShadingStyle(new ColorShadingStyles.Phong())
    

    Configuring specular highlight for Phong shading style:

    series3D.setShadingStyle(new ColorShadingStyles.Phong({
    specularReflection: 0.5,
    specularColor: ColorRGBA(255, 255, 255)
    }))

    Returns

    Object itself for fluent interface.

    Parameters

    Returns MeshModel3D

  • Set 3D depth test enabled for this series.

    By default this is enabled, meaning that any series that is rendered after this series and is behind this series will not be rendered.

    Can be disabled to alter 3D rendering behavior.

     // Example syntax, disable depth test.
    pointSeries3D.setDepthTestEnabled(false)

    Returns

    Object itself for fluent interface.

    Parameters

    • enabled: boolean

      Depth test enabled?

    Returns MeshModel3D

  • Set theme effect enabled on component or disabled.

    A theme can specify an Effect to add extra visual oomph to chart applications, like Glow effects around data or other components. Whether this effect is drawn above a particular component can be configured using the setEffect method.

     // Example, disable theme effect from a particular component.
    Component.setEffect(false)

    For the most part, theme effects are enabled by default on most components.

    Theme effect is configured with effect property.

    Returns

    Object itself.

    Parameters

    • enabled: boolean

      Theme effect enabled

    Returns MeshModel3D

  • Set model fill style.

    Can be either SolidFill for solid coloring, or PalettedFill for coloring per-vertex based on values assigned using setVertexValues.

     // Example, solid coloring
    MeshModel3D.setFillStyle(new SolidFill({ color: ColorRGBA(255, 0, 0) }))
     // Example, dynamic per-vertex coloring (from random data, probably doesn't look too good)
    MeshModel3D
    .setFillStyle(
    new PalettedFill({
    lut: new LUT({
    interpolate: true,
    steps: [
    { value: 0, color: ColorRGBA(0, 0, 0) },
    { value: 1, color: ColorRGBA(255, 0, 0) },
    ],
    }),
    })
    )
    .setVertexValues((vertexLocations) => vertexLocations.map((location) => Math.random()))

    See more practical examples of per-vertex coloring in our interactive examples gallery.

    Returns

    Object itself.

    Parameters

    Returns MeshModel3D

  • Set state of component highlighting.

     // Example usage

    component.setHighlight(true)

    component.setHighlight(0.5)

    If highlight animations are enabled (which is true by default), the transition will be animated. As long as the component is highlighted, the active highlight intensity will be animated continuously between 0 and the configured value. Highlight animations can be disabled with setAnimationHighlight

    Returns

    Object itself

    Parameters

    • highlight: number | boolean

      Boolean or number between 0 and 1, where 1 is fully highlighted.

    Returns MeshModel3D

  • Set highlight on mouse hover enabled or disabled.

    Mouse interactions have to be enabled on the component for this to function as expected. See setMouseInteractions for more information.

    Returns

    Object itself for fluent interface.

    Parameters

    • state: boolean

      True if highlighting on mouse hover, false if no highlight on mouse hover

    Returns MeshModel3D

  • Set alignment of the model. Describes which "corner" of the model is positioned at model location (setModelLocation).

    Returns

    Object itself.

    Parameters

    • alignment: Coord3D

      Alignment of the model. Units in range [-1, 1].

    Returns MeshModel3D

  • Method for loading triangulated 3D model geometry data. Please note that LightningChart JS does not include any routines for parsing 3D model files. To display your 3D models with LightningChart, you have to export it to a triangulated file format (such as .OBJ), parse the data and supply list of vertices, indices and optionally normals to LCJS.

    As an example, you can use the open-source NPM library webgl-obj-loader to process .OBJ formatted files (supported by almost every 3D Modeling software out there):

     // npm i webgl-obj-loader
    import { Mesh } from 'webgl-obj-loader'
    // Import .obj file as text
    const modelOBJ = require('brain.obj').default

    const modelParsed = new Mesh(modelOBJ)
    const chart3D = lightningChart().Chart3D()
    const modelSeries = chart3D.addMeshModel()
    .setModelGeometry({
    vertices: modelParsed.vertices,
    indices: modelParsed.indices,
    normals: modelParsed.vertexNormals,
    })

    See our online examples to see this in practice.

    Returns

    Object itself.

    Parameters

    • geometryData: ModelGeometry3D

      Object containing triangulated 3D model geometry.

    Returns MeshModel3D

  • Set location of the model.

    // Example of setting location of the model
    series.setModelLocation({ x: 0, y: 10, z: 0 })

    Returns

    Object itself.

    Parameters

    • location: Coord3D

      Location in axis coordinates

    Returns MeshModel3D

  • Set rotation of the model.

    Returns

    Object itself.

    // Example of setting rotation of the model
    series.setModelRotation({ x: 0, y: 0, z: 90 })

    Parameters

    • rotation: Coord3D

      Rotation of the model in degrees

    Returns MeshModel3D

  • Set component mouse interactions enabled or disabled.

    Disabling mouse interactions means that the objects below this component can be interacted through it.

    Possible side-effects from disabling mouse interactions:

    • Mouse events are not triggered. For example, onMouseMove.
    • Mouse driven highlighting will not work.

    Returns

    Object itself for fluent interface

    Parameters

    • state: boolean

      Specifies state of mouse interactions

    Returns MeshModel3D

  • Sets the name of the Component updating attached LegendBox entries

    Returns

    Object itself

    Parameters

    • name: string

      Name of the Component

    Returns MeshModel3D

  • Set scale of the model.

     series.setScale(0.1)
    series.setScale({ x: 0.1, y: 3, z: 1 })

    Returns

    Object itself.

    Parameters

    • scale: number | Partial<Coord3D>

      number for symmetric scale multiplier or object with separate scale multipliers for x, y, z..

    Returns MeshModel3D

  • Assign number values to each vertex of the model. This can be used for dynamic coloring of the model, when paired with PalettedFill.

     // Example, dynamic per-vertex coloring (from random data, probably doesn't look too good)
    MeshModel3D
    .setFillStyle(
    new PalettedFill({
    lut: new LUT({
    interpolate: true,
    steps: [
    { value: 0, color: ColorRGBA(0, 0, 0) },
    { value: 1, color: ColorRGBA(255, 0, 0) },
    ],
    }),
    })
    )
    .setVertexValues((vertexLocations) => vertexLocations.map((location) => Math.random()))

    See more practical examples of per-vertex coloring in our interactive examples gallery.

    The user supplies a function which is called back with an array of the active Models vertex locations transformed to 3D World coordinates (which can be further translated to axes). This callback function is then used to return a number array which should have a number for every vertex in the model.

    The transformation between Model coordinates and World coordinates is invalidated by many effects, like model scale, location, alignment or rotation changing. After these events it may be necessary to reapply coloring by calling setVertexValues again. Again, please refer to our online examples for more practical information.

    Returns

    Object itself.

    Parameters

    • callback: ((vertexLocations: Coord3D[]) => number[] | TypedArray)

      Callback function that supplies the user with array of vertex locations in World coordinate system and expects a number array with same length to be returned.

    Returns MeshModel3D

  • Set element visibility.

    Returns

    Object itself.

    Parameters

    • state: boolean

      true when element should be visible and false when element should be hidden.

    Returns MeshModel3D