From 2fa0cb428fc6c32d2202c164b94b0ae1d4ed1270 Mon Sep 17 00:00:00 2001 From: Jens Malmborg Date: Sun, 9 May 2021 07:42:11 +0200 Subject: [PATCH] 0.9.5 --- docs/classes/animation.html | 26 ++-- docs/classes/camera.html | 90 ++++++------- docs/classes/cameraorbitcontrol.html | 32 ++--- docs/classes/color.html | 32 ++--- docs/classes/container3d.html | 26 ++-- docs/classes/cubemap.html | 12 +- docs/classes/gltfasset.html | 22 ++-- docs/classes/imagebasedlighting.html | 20 +-- docs/classes/joint.html | 10 +- docs/classes/light.html | 38 +++--- docs/classes/lightingenvironment.html | 18 +-- docs/classes/material.html | 32 ++--- docs/classes/materialrenderpass.html | 22 ++-- docs/classes/mesh3d.html | 66 +++++----- docs/classes/meshgeometry3d.html | 30 ++--- docs/classes/meshshader.html | 14 +- docs/classes/model.html | 34 ++--- docs/classes/observablepoint3d.html | 36 +++--- docs/classes/observablequaternion.html | 42 +++--- docs/classes/pickinghitarea.html | 16 +-- docs/classes/pickingmanager.html | 14 +- docs/classes/plane.html | 14 +- docs/classes/postprocessingsprite.html | 16 +-- docs/classes/ray.html | 16 +-- docs/classes/shadowcastinglight.html | 40 +++--- docs/classes/shadowrenderpass.html | 24 ++-- docs/classes/skin.html | 20 +-- docs/classes/skybox.html | 40 +++--- docs/classes/standardmaterial.html | 122 +++++++++--------- docs/classes/standardpipeline.html | 38 +++--- docs/classes/transform3d.html | 24 ++-- docs/classes/transformmatrix.html | 56 ++++---- docs/enums/lighttype.html | 12 +- docs/enums/shadowquality.html | 10 +- docs/enums/standardmaterialalphamode.html | 10 +- docs/enums/standardmaterialdebugmode.html | 18 +-- docs/globals.html | 30 ++--- docs/index.html | 6 +- .../animation.eventemitterstatic.html | 4 +- docs/interfaces/animation.listenerfn.html | 4 +- docs/interfaces/cubemapfaces.html | 16 +-- docs/modules/mat4.html | 48 +++---- docs/modules/quat.html | 24 ++-- docs/modules/vec3.html | 40 +++--- package-lock.json | 2 +- package.json | 2 +- 46 files changed, 634 insertions(+), 634 deletions(-) diff --git a/docs/classes/animation.html b/docs/classes/animation.html index 3c76d2eb..f52d26d4 100644 --- a/docs/classes/animation.html +++ b/docs/classes/animation.html @@ -3,7 +3,7 @@ - Animation | Pixi3D - v0.9.4 + Animation | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -158,7 +158,7 @@

    constructor

  • @@ -190,7 +190,7 @@

    Private _ticker: PIXI.Ticker

    @@ -200,7 +200,7 @@

    Private _update: undefined | ((...params: any[]) => void)

  • @@ -210,7 +210,7 @@

    Abstract duration

    duration: number
    @@ -225,7 +225,7 @@

    loop

    loop: boolean = false
    @@ -240,7 +240,7 @@

    Optional name

    name: undefined | string
    @@ -255,7 +255,7 @@

    Abstract position

    position: number
    @@ -270,7 +270,7 @@

    speed

    speed: number = 1
    @@ -560,7 +560,7 @@

    play

  • @@ -659,7 +659,7 @@

    stop

  • @@ -681,7 +681,7 @@

    update

  • diff --git a/docs/classes/camera.html b/docs/classes/camera.html index adfc0cfd..1f6d5408 100644 --- a/docs/classes/camera.html +++ b/docs/classes/camera.html @@ -3,7 +3,7 @@ - Camera | Pixi3D - v0.9.4 + Camera | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -183,7 +183,7 @@

    constructor

  • @@ -216,7 +216,7 @@

    Private _aspect: undefined | number

    @@ -226,7 +226,7 @@

    Private _far

    _far: number = 1000
    @@ -236,7 +236,7 @@

    Private _fieldOfView

    _fieldOfView: number = 60
    @@ -246,7 +246,7 @@

    Private _near

    _near: number = 0.1
    @@ -256,7 +256,7 @@

    Private _orthographic

    _orthographic: boolean = false
    @@ -266,7 +266,7 @@

    Private _orthographicSize<
    _orthographicSize: number = 10
    @@ -276,7 +276,7 @@

    Private _projection: MatrixComponent

  • @@ -286,7 +286,7 @@

    Private _transformId

    _transformId: number = 0
    @@ -296,7 +296,7 @@

    Private _view: MatrixComponent

    @@ -306,7 +306,7 @@

    Private _viewProjection: MatrixComponent

    @@ -316,7 +316,7 @@

    renderer

    renderer: Renderer
    @@ -332,7 +332,7 @@

    transform

    @@ -342,7 +342,7 @@

    Static main

    main: Camera
    @@ -376,7 +376,7 @@

    aspect

  • @@ -390,7 +390,7 @@

    Returns undefined
  • @@ -420,7 +420,7 @@

    far

  • @@ -433,7 +433,7 @@

    Returns number
    @@ -462,7 +462,7 @@

    fieldOfView

  • @@ -475,7 +475,7 @@

    Returns number
    @@ -504,7 +504,7 @@

    localTransform

    Returns TransformMatrix

    @@ -522,7 +522,7 @@

    near

  • @@ -535,7 +535,7 @@

    Returns number
    @@ -564,7 +564,7 @@

    orthographic

  • @@ -577,7 +577,7 @@

    Returns boolean
    @@ -606,7 +606,7 @@

    orthographicSize

  • @@ -620,7 +620,7 @@

    Returns number
    @@ -651,7 +651,7 @@

    position

    Returns ObservablePoint3D

    @@ -660,7 +660,7 @@

    Returns

    Inherited from Container3D.position

    Parameters

    @@ -683,7 +683,7 @@

    projection

  • @@ -707,7 +707,7 @@

    rotationQuaternion

    @@ -721,7 +721,7 @@

    Returns

    Inherited from Container3D.rotationQuaternion

    @@ -751,7 +751,7 @@

    scale

    Returns ObservablePoint3D

    @@ -760,7 +760,7 @@

    Returns

    Inherited from Container3D.scale

    Parameters

    @@ -783,7 +783,7 @@

    transformId

  • Returns number

    @@ -800,7 +800,7 @@

    view

  • @@ -822,7 +822,7 @@

    viewProjection

  • @@ -845,7 +845,7 @@

    worldTransform

    Returns TransformMatrix

    @@ -864,7 +864,7 @@

    z

    @@ -879,7 +879,7 @@

    Returns number

    Inherited from Container3D.z

    @@ -1225,7 +1225,7 @@

    screenToRay

  • @@ -1276,7 +1276,7 @@

    screenToWorld

  • @@ -1339,7 +1339,7 @@

    worldToScreen

  • diff --git a/docs/classes/cameraorbitcontrol.html b/docs/classes/cameraorbitcontrol.html index fb54b4ec..acca89d8 100644 --- a/docs/classes/cameraorbitcontrol.html +++ b/docs/classes/cameraorbitcontrol.html @@ -3,7 +3,7 @@ - CameraOrbitControl | Pixi3D - v0.9.4 + CameraOrbitControl | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -135,7 +135,7 @@

    constructor

  • @@ -176,7 +176,7 @@

    Private _angles

    _angles: ObservablePoint<undefined> = new PIXI.ObservablePoint(() => {this._angles.x = Math.min(Math.max(-85, this._angles.x), 85)}, undefined, 0, 180)
    @@ -186,7 +186,7 @@

    Private _distance

    _distance: number = 5
    @@ -196,7 +196,7 @@

    Private _grabbed

    _grabbed: boolean = false
    @@ -206,7 +206,7 @@

    allowControl

    allowControl: boolean = true
    @@ -221,7 +221,7 @@

    camera

    camera: Camera
    @@ -244,7 +244,7 @@

    angles

  • @@ -268,7 +268,7 @@

    distance

  • @@ -281,7 +281,7 @@

    Returns number
    @@ -312,7 +312,7 @@

    updateCamera

  • @@ -333,7 +333,7 @@

    target

    target: object
    @@ -347,7 +347,7 @@

    x

    x: number = 0
    @@ -357,7 +357,7 @@

    y

    y: number = 0
    @@ -367,7 +367,7 @@

    z

    z: number = 0
    diff --git a/docs/classes/color.html b/docs/classes/color.html index 63333941..8beeeb2e 100644 --- a/docs/classes/color.html +++ b/docs/classes/color.html @@ -3,7 +3,7 @@ - Color | Pixi3D - v0.9.4 + Color | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -130,7 +130,7 @@

    constructor

  • @@ -186,7 +186,7 @@

    Private _array3

    _array3: Float32Array
    @@ -196,7 +196,7 @@

    Private _array4

    _array4: Float32Array
    @@ -214,7 +214,7 @@

    a

  • @@ -227,7 +227,7 @@

    Returns number
    @@ -256,7 +256,7 @@

    b

  • @@ -269,7 +269,7 @@

    Returns number
    @@ -298,7 +298,7 @@

    g

  • @@ -311,7 +311,7 @@

    Returns number
    @@ -340,7 +340,7 @@

    r

  • @@ -353,7 +353,7 @@

    Returns number
    @@ -381,7 +381,7 @@

    rgb

  • @@ -403,7 +403,7 @@

    rgba

  • @@ -428,7 +428,7 @@

    Static from

  • diff --git a/docs/classes/container3d.html b/docs/classes/container3d.html index bac7db82..20c7b73a 100644 --- a/docs/classes/container3d.html +++ b/docs/classes/container3d.html @@ -3,7 +3,7 @@ - Container3D | Pixi3D - v0.9.4 + Container3D | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -309,7 +309,7 @@

    transform

    transform: Transform3D = new Transform3D()
    @@ -387,7 +387,7 @@

    localTransform

  • Returns TransformMatrix

    @@ -405,7 +405,7 @@

    position

  • Returns ObservablePoint3D

    @@ -413,7 +413,7 @@

    Returns

    Parameters

    @@ -437,7 +437,7 @@

    rotationQuaternion

  • @@ -450,7 +450,7 @@

    Returns
    @@ -479,7 +479,7 @@

    scale

  • Returns ObservablePoint3D

    @@ -487,7 +487,7 @@

    Returns

    Parameters

    @@ -559,7 +559,7 @@

    worldTransform

  • Returns TransformMatrix

    @@ -577,7 +577,7 @@

    z

  • @@ -591,7 +591,7 @@

    Returns number
    diff --git a/docs/classes/cubemap.html b/docs/classes/cubemap.html index 77cce0c2..d0001df8 100644 --- a/docs/classes/cubemap.html +++ b/docs/classes/cubemap.html @@ -3,7 +3,7 @@ - Cubemap | Pixi3D - v0.9.4 + Cubemap | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -551,7 +551,7 @@

    levels

  • @@ -633,7 +633,7 @@

    Static faces

  • @@ -1473,7 +1473,7 @@

    Static fromColors

  • @@ -1534,7 +1534,7 @@

    Static fromFaces

  • diff --git a/docs/classes/gltfasset.html b/docs/classes/gltfasset.html index 1d308a5f..abfe3e90 100644 --- a/docs/classes/gltfasset.html +++ b/docs/classes/gltfasset.html @@ -3,7 +3,7 @@ - glTFAsset | Pixi3D - v0.9.4 + glTFAsset | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -124,7 +124,7 @@

    constructor

  • @@ -172,7 +172,7 @@

    buffers

    buffers: ArrayBuffer[]
    @@ -187,7 +187,7 @@

    descriptor

    descriptor: any
    @@ -202,7 +202,7 @@

    images

    images: Texture[]
    @@ -224,7 +224,7 @@

    Static fromBuffer

  • @@ -280,7 +280,7 @@

    Static getEmbeddedBuff
  • Parameters

    @@ -303,7 +303,7 @@

    Static isEmbeddedResou
  • Parameters

    @@ -326,7 +326,7 @@

    Static isValid

  • @@ -357,7 +357,7 @@

    Static load

  • diff --git a/docs/classes/imagebasedlighting.html b/docs/classes/imagebasedlighting.html index 6baedc74..aa5d287e 100644 --- a/docs/classes/imagebasedlighting.html +++ b/docs/classes/imagebasedlighting.html @@ -3,7 +3,7 @@ - ImageBasedLighting | Pixi3D - v0.9.4 + ImageBasedLighting | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5

  • @@ -123,7 +123,7 @@

    constructor

  • @@ -171,7 +171,7 @@

    Private _brdf

    _brdf: Texture
    @@ -181,7 +181,7 @@

    Private _diffuse

    _diffuse: Cubemap
    @@ -191,7 +191,7 @@

    Private _specular

    _specular: Cubemap
    @@ -208,7 +208,7 @@

    brdf

  • @@ -230,7 +230,7 @@

    diffuse

  • @@ -252,7 +252,7 @@

    specular

  • @@ -274,7 +274,7 @@

    valid

  • diff --git a/docs/classes/joint.html b/docs/classes/joint.html index 61005138..86671c63 100644 --- a/docs/classes/joint.html +++ b/docs/classes/joint.html @@ -3,7 +3,7 @@ - Joint | Pixi3D - v0.9.4 + Joint | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -113,7 +113,7 @@

    constructor

  • @@ -153,7 +153,7 @@

    inverseBindMatrix

    inverseBindMatrix: Float32Array
    @@ -168,7 +168,7 @@

    node

    diff --git a/docs/classes/light.html b/docs/classes/light.html index 24977b85..b2f21484 100644 --- a/docs/classes/light.html +++ b/docs/classes/light.html @@ -3,7 +3,7 @@ - Light | Pixi3D - v0.9.4 + Light | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -141,7 +141,7 @@

    color

    color: Color = new Color(1, 1, 1)
    @@ -156,7 +156,7 @@

    innerConeAngle

    innerConeAngle: number = 0
    @@ -171,7 +171,7 @@

    intensity

    intensity: number = 10
    @@ -186,7 +186,7 @@

    outerConeAngle

    outerConeAngle: number = 45
    @@ -201,7 +201,7 @@

    range

    range: number = 10
    @@ -217,7 +217,7 @@

    transform

    @@ -227,7 +227,7 @@

    type

    type: LightType = LightType.point
    @@ -261,7 +261,7 @@

    localTransform

    Returns TransformMatrix

    @@ -280,7 +280,7 @@

    position

    Returns ObservablePoint3D

    @@ -289,7 +289,7 @@

    Returns

    Inherited from Container3D.position

    Parameters

    @@ -314,7 +314,7 @@

    rotationQuaternion

    @@ -328,7 +328,7 @@

    Returns

    Inherited from Container3D.rotationQuaternion

    @@ -358,7 +358,7 @@

    scale

    Returns ObservablePoint3D

    @@ -367,7 +367,7 @@

    Returns

    Inherited from Container3D.scale

    Parameters

    @@ -391,7 +391,7 @@

    worldTransform

    Returns TransformMatrix

    @@ -410,7 +410,7 @@

    z

    @@ -425,7 +425,7 @@

    Returns number

    Inherited from Container3D.z

    diff --git a/docs/classes/lightingenvironment.html b/docs/classes/lightingenvironment.html index 6e9a706f..e2f99d2b 100644 --- a/docs/classes/lightingenvironment.html +++ b/docs/classes/lightingenvironment.html @@ -3,7 +3,7 @@ - LightingEnvironment | Pixi3D - v0.9.4 + LightingEnvironment | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -123,7 +123,7 @@

    constructor

  • @@ -158,7 +158,7 @@

    Private _imageBasedLighting: ImageBasedLighting

    @@ -168,7 +168,7 @@

    lights

    lights: Light[] = []
    @@ -183,7 +183,7 @@

    renderer

    renderer: Renderer
    @@ -198,7 +198,7 @@

    Static main

    @@ -220,7 +220,7 @@

    imageBasedLighting

  • Returns undefined | ImageBasedLighting

    @@ -237,7 +237,7 @@

    valid

  • diff --git a/docs/classes/material.html b/docs/classes/material.html index d3622460..f45a5f44 100644 --- a/docs/classes/material.html +++ b/docs/classes/material.html @@ -3,7 +3,7 @@ - Material | Pixi3D - v0.9.4 + Material | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -128,7 +128,7 @@

    Protected _shader: MeshShader

    @@ -138,7 +138,7 @@

    drawMode

    drawMode: DRAW_MODES = PIXI.DRAW_MODES.TRIANGLES
    @@ -153,7 +153,7 @@

    renderSortType

    renderSortType: MaterialRenderSortType = MaterialRenderSortType.opaque
    @@ -169,7 +169,7 @@

    state

    state: State & { clockwiseFrontFace: false; culling: true; depthTest: true } = Object.assign(new PIXI.State(), {culling: true, clockwiseFrontFace: false, depthTest: true})
    @@ -192,7 +192,7 @@

    blendMode

  • @@ -205,7 +205,7 @@

    Returns BLEND_MOD
  • @@ -234,7 +234,7 @@

    doubleSided

  • @@ -247,7 +247,7 @@

    Returns boolean
    @@ -275,7 +275,7 @@

    isInstancingSupported

  • @@ -300,7 +300,7 @@

    createInstance

  • @@ -322,7 +322,7 @@

    Abstract createShader

    @@ -359,7 +359,7 @@

    destroy

  • @@ -381,7 +381,7 @@

    render

  • @@ -418,7 +418,7 @@

    Optional
    diff --git a/docs/classes/materialrenderpass.html b/docs/classes/materialrenderpass.html index 9d82036a..c1d05644 100644 --- a/docs/classes/materialrenderpass.html +++ b/docs/classes/materialrenderpass.html @@ -3,7 +3,7 @@ - MaterialRenderPass | Pixi3D - v0.9.4 + MaterialRenderPass | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -134,7 +134,7 @@

    constructor

  • @@ -174,7 +174,7 @@

    Private _renderTexture: PIXI.RenderTexture

    @@ -184,7 +184,7 @@

    Optional clearColor

    clearColor: undefined | Color = new Color(0, 0, 0, 0)
    @@ -199,7 +199,7 @@

    name

    name: string
    @@ -214,7 +214,7 @@

    renderer

    renderer: Renderer
    @@ -237,7 +237,7 @@

    renderTexture

  • @@ -250,7 +250,7 @@

    Returns undefined
  • @@ -281,7 +281,7 @@

    clear

  • Returns void

    @@ -298,7 +298,7 @@

    render

  • Parameters

    diff --git a/docs/classes/mesh3d.html b/docs/classes/mesh3d.html index 8a782bcf..2ada1afb 100644 --- a/docs/classes/mesh3d.html +++ b/docs/classes/mesh3d.html @@ -3,7 +3,7 @@ - Mesh3D | Pixi3D - v0.9.4 + Mesh3D | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5

    @@ -171,7 +171,7 @@

    constructor

  • @@ -211,7 +211,7 @@

    Private _instances

    _instances: InstancedMesh3D[] = []
    @@ -221,7 +221,7 @@

    enabledRenderPasses

    enabledRenderPasses: string[] = ["material"]
    @@ -236,7 +236,7 @@

    geometry

    geometry: MeshGeometry3D
    @@ -251,7 +251,7 @@

    Optional material

    material: Material
    @@ -266,7 +266,7 @@

    Optional morphWeights

    morphWeights: number[]
    @@ -281,7 +281,7 @@

    pluginName

    pluginName: string = "pipeline"
    @@ -296,7 +296,7 @@

    Optional skin

    skin: Skin
    @@ -312,7 +312,7 @@

    transform

    @@ -340,7 +340,7 @@

    instances

  • @@ -363,7 +363,7 @@

    localTransform

    Returns TransformMatrix

    @@ -382,7 +382,7 @@

    position

    Returns ObservablePoint3D

    @@ -391,7 +391,7 @@

    Returns

    Inherited from Container3D.position

    Parameters

    @@ -416,7 +416,7 @@

    rotationQuaternion

    @@ -430,7 +430,7 @@

    Returns

    Inherited from Container3D.rotationQuaternion

    @@ -460,7 +460,7 @@

    scale

    Returns ObservablePoint3D

    @@ -469,7 +469,7 @@

    Returns

    Inherited from Container3D.scale

    Parameters

    @@ -493,7 +493,7 @@

    worldTransform

    Returns TransformMatrix

    @@ -512,7 +512,7 @@

    z

    @@ -527,7 +527,7 @@

    Returns number

    Inherited from Container3D.z

    @@ -559,7 +559,7 @@

    _render

  • Parameters

    @@ -612,7 +612,7 @@

    createInstance

  • @@ -634,7 +634,7 @@

    destroy

  • @@ -656,7 +656,7 @@

    disableRenderPass

  • @@ -719,7 +719,7 @@

    enableRenderPass

  • @@ -774,7 +774,7 @@

    isRenderPassEnabled

  • @@ -995,7 +995,7 @@

    removeInstance

  • @@ -1064,7 +1064,7 @@

    Static createCube

  • @@ -1095,7 +1095,7 @@

    Static createPlane

  • @@ -1126,7 +1126,7 @@

    Static createQuad

  • @@ -1157,7 +1157,7 @@

    Static isInstancingSup
  • diff --git a/docs/classes/meshgeometry3d.html b/docs/classes/meshgeometry3d.html index 7a8cc8a9..40ed485c 100644 --- a/docs/classes/meshgeometry3d.html +++ b/docs/classes/meshgeometry3d.html @@ -3,7 +3,7 @@ - MeshGeometry3D | Pixi3D - v0.9.4 + MeshGeometry3D | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5

    @@ -119,7 +119,7 @@

    Private _shaderGeometry_shaderGeometry: {}

    @@ -137,7 +137,7 @@

    Optional indices

    indices: MeshGeometryAttribute
    @@ -147,7 +147,7 @@

    Optional joints

    joints: MeshGeometryAttribute
    @@ -157,7 +157,7 @@

    Optional normals

    normals: MeshGeometryAttribute
    @@ -167,7 +167,7 @@

    Optional positions

    positions: MeshGeometryAttribute
    @@ -177,7 +177,7 @@

    Optional tangents

    tangents: MeshGeometryAttribute
    @@ -187,7 +187,7 @@

    Optional targets

    targets: MeshGeometryTarget[]
    @@ -197,7 +197,7 @@

    Optional uvs

    uvs: MeshGeometryAttribute[]
    @@ -207,7 +207,7 @@

    Optional weights

    weights: MeshGeometryAttribute
    @@ -224,7 +224,7 @@

    addShaderGeometry

  • @@ -261,7 +261,7 @@

    destroy

  • @@ -283,7 +283,7 @@

    getShaderGeometry

  • @@ -314,7 +314,7 @@

    hasShaderGeometry

  • diff --git a/docs/classes/meshshader.html b/docs/classes/meshshader.html index 86a17213..daa080d1 100644 --- a/docs/classes/meshshader.html +++ b/docs/classes/meshshader.html @@ -3,7 +3,7 @@ - MeshShader | Pixi3D - v0.9.4 + MeshShader | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -165,7 +165,7 @@

    drawMode

    drawMode: DRAW_MODES = PIXI.DRAW_MODES.TRIANGLES
    @@ -191,7 +191,7 @@

    state

    state: State & { clockwiseFrontFace: false; culling: true; depthTest: true } = Object.assign(new PIXI.State(), {culling: true, clockwiseFrontFace: false, depthTest: true})
    @@ -224,7 +224,7 @@

    name

  • @@ -306,7 +306,7 @@

    createShaderGeometry

  • @@ -361,7 +361,7 @@

    render

  • diff --git a/docs/classes/model.html b/docs/classes/model.html index caae00fd..607df3bf 100644 --- a/docs/classes/model.html +++ b/docs/classes/model.html @@ -3,7 +3,7 @@ - Model | Pixi3D - v0.9.4 + Model | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -146,7 +146,7 @@

    animations

    animations: Animation[] = []
    @@ -161,7 +161,7 @@

    meshes

    meshes: Mesh3D[] = []
    @@ -178,7 +178,7 @@

    transform

    @@ -207,7 +207,7 @@

    localTransform

    Returns TransformMatrix

    @@ -226,7 +226,7 @@

    position

    Returns ObservablePoint3D

    @@ -235,7 +235,7 @@

    Returns

    Inherited from Container3D.position

    Parameters

    @@ -260,7 +260,7 @@

    rotationQuaternion

    @@ -274,7 +274,7 @@

    Returns

    Inherited from Container3D.rotationQuaternion

    @@ -304,7 +304,7 @@

    scale

    Returns ObservablePoint3D

    @@ -313,7 +313,7 @@

    Returns

    Inherited from Container3D.scale

    Parameters

    @@ -337,7 +337,7 @@

    worldTransform

    Returns TransformMatrix

    @@ -356,7 +356,7 @@

    z

    @@ -371,7 +371,7 @@

    Returns number

    Inherited from Container3D.z

    @@ -433,7 +433,7 @@

    createInstance

  • @@ -739,7 +739,7 @@

    Static from

  • diff --git a/docs/classes/observablepoint3d.html b/docs/classes/observablepoint3d.html index 1f1f87ec..ae22c9f6 100644 --- a/docs/classes/observablepoint3d.html +++ b/docs/classes/observablepoint3d.html @@ -3,7 +3,7 @@ - ObservablePoint3D | Pixi3D - v0.9.4 + ObservablePoint3D | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -157,7 +157,7 @@

    constructor

    @@ -233,7 +233,7 @@

    Private _array

    _array: Float32Array = new Float32Array(3)
    @@ -316,7 +316,7 @@

    array

  • @@ -329,7 +329,7 @@

    Returns Float32Ar
  • @@ -359,7 +359,7 @@

    x

    @@ -373,7 +373,7 @@

    Returns number

    Overrides ObservablePoint.x

    @@ -403,7 +403,7 @@

    y

    @@ -417,7 +417,7 @@

    Returns number

    Overrides ObservablePoint.y

    @@ -446,7 +446,7 @@

    z

  • @@ -459,7 +459,7 @@

    Returns number
    @@ -491,7 +491,7 @@

    clone

    Parameters

    @@ -536,7 +536,7 @@

    copyFrom

    Parameters

    @@ -560,7 +560,7 @@

    copyTo

    Type parameters

    @@ -590,7 +590,7 @@

    equals

    Parameters

    @@ -614,7 +614,7 @@

    set

    @@ -657,7 +657,7 @@

    setFrom

  • diff --git a/docs/classes/observablequaternion.html b/docs/classes/observablequaternion.html index 8101a8bd..ae3c7262 100644 --- a/docs/classes/observablequaternion.html +++ b/docs/classes/observablequaternion.html @@ -3,7 +3,7 @@ - ObservableQuaternion | Pixi3D - v0.9.4 + ObservableQuaternion | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -159,7 +159,7 @@

    constructor

    @@ -243,7 +243,7 @@

    Private _array

    _array: Float32Array = new Float32Array(4)
    @@ -326,7 +326,7 @@

    array

  • @@ -339,7 +339,7 @@

    Returns Float32Ar
  • @@ -368,7 +368,7 @@

    w

  • @@ -381,7 +381,7 @@

    Returns number
    @@ -411,7 +411,7 @@

    x

    @@ -425,7 +425,7 @@

    Returns number

    Overrides ObservablePoint.x

    @@ -455,7 +455,7 @@

    y

    @@ -469,7 +469,7 @@

    Returns number

    Overrides ObservablePoint.y

    @@ -498,7 +498,7 @@

    z

  • @@ -511,7 +511,7 @@

    Returns number
    @@ -543,7 +543,7 @@

    clone

    @@ -599,7 +599,7 @@

    copyFrom

    @@ -631,7 +631,7 @@

    copyTo

    @@ -669,7 +669,7 @@

    equals

    @@ -701,7 +701,7 @@

    set

    @@ -750,7 +750,7 @@

    setEulerAngles

  • @@ -793,7 +793,7 @@

    setFrom

  • diff --git a/docs/classes/pickinghitarea.html b/docs/classes/pickinghitarea.html index 14354b90..765b8324 100644 --- a/docs/classes/pickinghitarea.html +++ b/docs/classes/pickinghitarea.html @@ -3,7 +3,7 @@ - PickingHitArea | Pixi3D - v0.9.4 + PickingHitArea | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -127,7 +127,7 @@

    constructor

  • @@ -175,7 +175,7 @@

    Private _manager

    _manager: PickingManager
    @@ -185,7 +185,7 @@

    Optional camera

    camera: Camera
    @@ -200,7 +200,7 @@

    id

    id: Uint8Array = PickingId.next()
    @@ -215,7 +215,7 @@

    object

    object: Mesh3D | Model
    @@ -237,7 +237,7 @@

    contains

  • Parameters

    diff --git a/docs/classes/pickingmanager.html b/docs/classes/pickingmanager.html index b66ef21a..d0411cd4 100644 --- a/docs/classes/pickingmanager.html +++ b/docs/classes/pickingmanager.html @@ -3,7 +3,7 @@ - PickingManager | Pixi3D - v0.9.4 + PickingManager | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -123,7 +123,7 @@

    constructor

  • @@ -155,7 +155,7 @@

    Private _hitAreas

    _hitAreas: PickingHitArea[] = []
    @@ -165,7 +165,7 @@

    Private _map

    _map: PickingMap
    @@ -175,7 +175,7 @@

    renderer

    renderer: Renderer
    @@ -197,7 +197,7 @@

    containsHitArea

  • diff --git a/docs/classes/plane.html b/docs/classes/plane.html index ab39690e..61b91e94 100644 --- a/docs/classes/plane.html +++ b/docs/classes/plane.html @@ -3,7 +3,7 @@ - Plane | Pixi3D - v0.9.4 + Plane | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -118,7 +118,7 @@

    constructor

  • Parameters

    @@ -143,7 +143,7 @@

    Private _normal

    _normal: Float32Array = new Float32Array(3)
    @@ -153,7 +153,7 @@

    distance

    distance: number
    @@ -170,7 +170,7 @@

    normal

  • Returns Float32Array

    @@ -190,7 +190,7 @@

    rayCast

  • Parameters

    diff --git a/docs/classes/postprocessingsprite.html b/docs/classes/postprocessingsprite.html index 2436f945..bb086861 100644 --- a/docs/classes/postprocessingsprite.html +++ b/docs/classes/postprocessingsprite.html @@ -3,7 +3,7 @@ - PostProcessingSprite | Pixi3D - v0.9.4 + PostProcessingSprite | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -182,7 +182,7 @@

    constructor

    @@ -245,7 +245,7 @@

    Private _fxaa

    _fxaa: FXAAFilter = new PIXI.filters.FXAAFilter()
    @@ -266,7 +266,7 @@

    Private _renderTexture

    _renderTexture: RenderTexture
    @@ -468,7 +468,7 @@

    depthTexture

  • @@ -490,7 +490,7 @@

    fxaa

  • @@ -561,7 +561,7 @@

    renderTexture

  • diff --git a/docs/classes/ray.html b/docs/classes/ray.html index a65e0372..427042f5 100644 --- a/docs/classes/ray.html +++ b/docs/classes/ray.html @@ -3,7 +3,7 @@ - Ray | Pixi3D - v0.9.4 + Ray | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -119,7 +119,7 @@

    constructor

  • Parameters

    @@ -144,7 +144,7 @@

    Private _direction

    _direction: Float32Array = new Float32Array(3)
    @@ -154,7 +154,7 @@

    Private _origin

    _origin: Float32Array = new Float32Array(3)
    @@ -171,7 +171,7 @@

    direction

  • Returns Float32Array

    @@ -188,7 +188,7 @@

    origin

  • Returns Float32Array

    @@ -208,7 +208,7 @@

    getPoint

  • Parameters

    diff --git a/docs/classes/shadowcastinglight.html b/docs/classes/shadowcastinglight.html index 754595c6..385a1707 100644 --- a/docs/classes/shadowcastinglight.html +++ b/docs/classes/shadowcastinglight.html @@ -3,7 +3,7 @@ - ShadowCastingLight | Pixi3D - v0.9.4 + ShadowCastingLight | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -138,7 +138,7 @@

    constructor

  • @@ -213,7 +213,7 @@

    Private _filterTexture

    _filterTexture: RenderTexture
    @@ -223,7 +223,7 @@

    Private _lightViewPro
    _lightViewProjection: Float32Array = new Float32Array(16)
    @@ -233,7 +233,7 @@

    Private _shadowTexture

    _shadowTexture: RenderTexture
  • @@ -243,7 +243,7 @@

    Optional camera

    camera: Camera
    @@ -258,7 +258,7 @@

    followCamera

    followCamera: boolean = true
    @@ -275,7 +275,7 @@

    light

    light: Light
    @@ -290,7 +290,7 @@

    renderer

    renderer: Renderer
    @@ -305,7 +305,7 @@

    shadowArea

    shadowArea: number
    @@ -321,7 +321,7 @@

    softness

    softness: number
    @@ -343,7 +343,7 @@

    filterTexture

  • @@ -365,7 +365,7 @@

    lightViewProjection

  • @@ -387,7 +387,7 @@

    shadowTexture

  • @@ -412,7 +412,7 @@

    clear

  • @@ -434,7 +434,7 @@

    destroy

  • @@ -456,7 +456,7 @@

    updateLightViewProjection

  • @@ -478,7 +478,7 @@

    Static isHighQuality
    @@ -510,7 +510,7 @@

    Static isMediumQuality
  • diff --git a/docs/classes/shadowrenderpass.html b/docs/classes/shadowrenderpass.html index 03195266..4afc7db0 100644 --- a/docs/classes/shadowrenderpass.html +++ b/docs/classes/shadowrenderpass.html @@ -3,7 +3,7 @@ - ShadowRenderPass | Pixi3D - v0.9.4 + ShadowRenderPass | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5

    @@ -131,7 +131,7 @@

    constructor

  • @@ -171,7 +171,7 @@

    Private _filter

    _filter: ShadowFilter
    @@ -181,7 +181,7 @@

    Private _lights

    _lights: ShadowCastingLight[] = []
    @@ -191,7 +191,7 @@

    Private _shadow

    _shadow: ShadowRenderer
    @@ -201,7 +201,7 @@

    name

    name: string
    @@ -216,7 +216,7 @@

    renderer

    renderer: Renderer
    @@ -238,7 +238,7 @@

    addShadowCastingLight

  • @@ -269,7 +269,7 @@

    clear

  • Returns void

    @@ -286,7 +286,7 @@

    removeShadowCastingLight

  • @@ -317,7 +317,7 @@

    render

  • Parameters

    diff --git a/docs/classes/skin.html b/docs/classes/skin.html index 1f13846b..b4dc6c37 100644 --- a/docs/classes/skin.html +++ b/docs/classes/skin.html @@ -3,7 +3,7 @@ - Skin | Pixi3D - v0.9.4 + Skin | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -123,7 +123,7 @@

    constructor

  • @@ -163,7 +163,7 @@

    Private _arrayNormalM
    _arrayNormalMatrices: Float32Array[] = []
    @@ -173,7 +173,7 @@

    Private _arrayVertexM
    _arrayVertexMatrices: Float32Array[] = []
    @@ -183,7 +183,7 @@

    Private _jointNormalM
    _jointNormalMatrices: Float32Array
    @@ -193,7 +193,7 @@

    Private _jointVertexM
    _jointVertexMatrices: Float32Array
    @@ -203,7 +203,7 @@

    joints

    joints: Joint[]
    @@ -218,7 +218,7 @@

    parent

    parent: Container3D
    @@ -240,7 +240,7 @@

    calculateJointMatrices

  • diff --git a/docs/classes/skybox.html b/docs/classes/skybox.html index 295721df..f07bd0ec 100644 --- a/docs/classes/skybox.html +++ b/docs/classes/skybox.html @@ -3,7 +3,7 @@ - Skybox | Pixi3D - v0.9.4 + Skybox | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -158,7 +158,7 @@

    constructor

  • @@ -190,7 +190,7 @@

    Private _mesh

    _mesh: Mesh3D
    @@ -201,7 +201,7 @@

    transform

    @@ -230,7 +230,7 @@

    camera

  • @@ -244,7 +244,7 @@

    Returns undefined
  • @@ -274,7 +274,7 @@

    cubemap

  • @@ -287,7 +287,7 @@

    Returns
    @@ -316,7 +316,7 @@

    localTransform

    Returns TransformMatrix

    @@ -335,7 +335,7 @@

    position

    Returns ObservablePoint3D

    @@ -344,7 +344,7 @@

    Returns

    Inherited from Container3D.position

    Parameters

    @@ -369,7 +369,7 @@

    rotationQuaternion

    @@ -383,7 +383,7 @@

    Returns

    Inherited from Container3D.rotationQuaternion

    @@ -413,7 +413,7 @@

    scale

    Returns ObservablePoint3D

    @@ -422,7 +422,7 @@

    Returns

    Inherited from Container3D.scale

    Parameters

    @@ -446,7 +446,7 @@

    worldTransform

    Returns TransformMatrix

    @@ -465,7 +465,7 @@

    z

    @@ -480,7 +480,7 @@

    Returns number

    Inherited from Container3D.z

    @@ -826,7 +826,7 @@

    Static from

  • diff --git a/docs/classes/standardmaterial.html b/docs/classes/standardmaterial.html index 46ec811c..0ec5c3c5 100644 --- a/docs/classes/standardmaterial.html +++ b/docs/classes/standardmaterial.html @@ -3,7 +3,7 @@ - StandardMaterial | Pixi3D - v0.9.4 + StandardMaterial | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -164,7 +164,7 @@

    Private _alphaMode

    _alphaMode: StandardMaterialAlphaMode = StandardMaterialAlphaMode.opaque
    @@ -174,7 +174,7 @@

    Private _baseColor

    _baseColor: Float32Array = new Float32Array(4)
    @@ -184,7 +184,7 @@

    Private _baseColorTexture: PIXI.Texture

    @@ -194,7 +194,7 @@

    Private _debugMode: StandardMaterialDebugMode

    @@ -204,7 +204,7 @@

    Private _emissiveTexture: PIXI.Texture

    @@ -214,7 +214,7 @@

    Private _instancingEnabled
    _instancingEnabled: boolean = false
    @@ -224,7 +224,7 @@

    Private _lightingEnvironment: LightingEnvironment

    @@ -234,7 +234,7 @@

    Private _lightsCount: undefined | number

    @@ -244,7 +244,7 @@

    Private _metallicRoughnessTexture: PIXI.Texture

    @@ -254,7 +254,7 @@

    Private _normalTexture: PIXI.Texture

    @@ -264,7 +264,7 @@

    Private _occlusionTexture: PIXI.Texture

  • @@ -275,7 +275,7 @@

    Protected

    Inherited from Material._shader

    @@ -285,7 +285,7 @@

    Private _shadowCastingLight: ShadowCastingLight

  • @@ -295,7 +295,7 @@

    Private _skinUniforms

    _skinUniforms: StandardMaterialSkinUniforms = new StandardMaterialSkinUniforms()
    @@ -305,7 +305,7 @@

    Private _unlit

    _unlit: boolean = false
    @@ -315,7 +315,7 @@

    alphaCutoff

    alphaCutoff: number = 0.5
    @@ -330,7 +330,7 @@

    baseColor

    baseColor: Color = new Color(1, 1, 1, 1)
    @@ -345,7 +345,7 @@

    Optional camera

    camera: Camera
    @@ -362,7 +362,7 @@

    drawMode

    @@ -377,7 +377,7 @@

    emissive

    emissive: Color = new Color(0, 0, 0, 0)
    @@ -392,7 +392,7 @@

    exposure

    exposure: number = 3
    @@ -407,7 +407,7 @@

    metallic

    metallic: number = 1
    @@ -423,7 +423,7 @@

    renderSortType

    @@ -439,7 +439,7 @@

    roughness

    roughness: number = 1
    @@ -455,7 +455,7 @@

    state

    @@ -478,7 +478,7 @@

    alphaMode

  • @@ -491,7 +491,7 @@

    Returns
    @@ -520,7 +520,7 @@

    baseColorTexture

  • @@ -533,7 +533,7 @@

    Returns undefined
  • @@ -563,7 +563,7 @@

    blendMode

    @@ -577,7 +577,7 @@

    Returns BLEND_MOD
    @@ -606,7 +606,7 @@

    debugMode

  • @@ -619,7 +619,7 @@

    Returns undefined
  • @@ -649,7 +649,7 @@

    doubleSided

    @@ -663,7 +663,7 @@

    Returns boolean

    Inherited from Material.doubleSided

    @@ -692,7 +692,7 @@

    emissiveTexture

  • @@ -705,7 +705,7 @@

    Returns undefined
  • @@ -734,7 +734,7 @@

    isInstancingSupported

    Returns boolean

    @@ -752,7 +752,7 @@

    lightingEnvironment

  • @@ -766,7 +766,7 @@

    Returns undefined
  • @@ -796,7 +796,7 @@

    metallicRoughnessTexture

  • @@ -809,7 +809,7 @@

    Returns undefined
  • @@ -838,7 +838,7 @@

    normalTexture

  • @@ -851,7 +851,7 @@

    Returns undefined
  • @@ -880,7 +880,7 @@

    occlusionTexture

  • @@ -893,7 +893,7 @@

    Returns undefined
  • @@ -922,7 +922,7 @@

    shadowCastingLight

  • @@ -935,7 +935,7 @@

    Returns undefined
  • @@ -964,7 +964,7 @@

    unlit

  • @@ -978,7 +978,7 @@

    Returns boolean
    @@ -1011,7 +1011,7 @@

    createInstance

    Returns InstancedStandardMaterial

    @@ -1029,7 +1029,7 @@

    createShader

    Parameters

    @@ -1056,7 +1056,7 @@

    destroy

    Returns void

    @@ -1073,7 +1073,7 @@

    invalidateShader

  • @@ -1096,7 +1096,7 @@

    render

    Parameters

    @@ -1123,7 +1123,7 @@

    updateUniforms

    Parameters

    @@ -1149,7 +1149,7 @@

    Static create

  • @@ -1180,7 +1180,7 @@

    Static factory

  • @@ -1210,7 +1210,7 @@
    create: function
  • Parameters

    diff --git a/docs/classes/standardpipeline.html b/docs/classes/standardpipeline.html index 53d35bbf..0bb838a4 100644 --- a/docs/classes/standardpipeline.html +++ b/docs/classes/standardpipeline.html @@ -3,7 +3,7 @@ - StandardPipeline | Pixi3D - v0.9.4 + StandardPipeline | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -147,7 +147,7 @@

    constructor

    @@ -179,7 +179,7 @@

    Private _materialPass

    _materialPass: MaterialRenderPass
    @@ -189,7 +189,7 @@

    Private _meshes

    _meshes: Mesh3D[] = []
    @@ -199,7 +199,7 @@

    Private _renderPasses

    _renderPasses: RenderPass[] = []
    @@ -209,7 +209,7 @@

    Private _shadowPass

    _shadowPass: ShadowRenderPass
    @@ -220,7 +220,7 @@

    renderer

    @@ -242,7 +242,7 @@

    materialPass

  • @@ -264,7 +264,7 @@

    shadowPass

  • @@ -289,7 +289,7 @@

    addRenderPass

  • @@ -326,7 +326,7 @@

    createPostProcessingSprite

  • @@ -382,7 +382,7 @@

    disableShadows

  • @@ -413,7 +413,7 @@

    enableShadows

  • @@ -454,7 +454,7 @@

    flush

    @@ -476,7 +476,7 @@

    removeRenderPass

  • @@ -508,7 +508,7 @@

    render

    @@ -539,7 +539,7 @@

    sort

  • @@ -611,7 +611,7 @@

    Static from

  • diff --git a/docs/classes/transform3d.html b/docs/classes/transform3d.html index d3dd04ae..68fa5fac 100644 --- a/docs/classes/transform3d.html +++ b/docs/classes/transform3d.html @@ -3,7 +3,7 @@ - Transform3D | Pixi3D - v0.9.4 + Transform3D | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -268,7 +268,7 @@

    inverseWorldTransform

    inverseWorldTransform: TransformMatrix = new TransformMatrix()
    @@ -284,7 +284,7 @@

    localTransform

    @@ -299,7 +299,7 @@

    normalTransform

    normalTransform: TransformMatrix = new TransformMatrix()
    @@ -326,7 +326,7 @@

    position

    @@ -341,7 +341,7 @@

    rotationQuaternion

    rotationQuaternion: ObservableQuaternion = new ObservableQuaternion(this.onChange, this, 0, 0, 0, 1)
    @@ -357,7 +357,7 @@

    scale

    @@ -384,7 +384,7 @@

    worldTransform

    @@ -507,7 +507,7 @@

    setFromMatrix

    @@ -557,7 +557,7 @@

    updateLocalTransform

    @@ -603,7 +603,7 @@

    updateTransform

    diff --git a/docs/classes/transformmatrix.html b/docs/classes/transformmatrix.html index e5b51de2..4f2cf106 100644 --- a/docs/classes/transformmatrix.html +++ b/docs/classes/transformmatrix.html @@ -3,7 +3,7 @@ - TransformMatrix | Pixi3D - v0.9.4 + TransformMatrix | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -183,7 +183,7 @@

    constructor

    @@ -216,7 +216,7 @@

    Private _array

    _array: Float32Array
    @@ -226,7 +226,7 @@

    Private _backward: MatrixComponent

    @@ -236,7 +236,7 @@

    Private _down: MatrixComponent

    @@ -246,7 +246,7 @@

    Private _forward: MatrixComponent

    @@ -256,7 +256,7 @@

    Private _left: MatrixComponent

    @@ -266,7 +266,7 @@

    Private _position: MatrixComponent

    @@ -276,7 +276,7 @@

    Private _right: MatrixComponent

    @@ -286,7 +286,7 @@

    Private _rotation: MatrixComponent

    @@ -296,7 +296,7 @@

    Private _scaling: MatrixComponent

    @@ -306,7 +306,7 @@

    Private _transformId

    _transformId: number = 0
    @@ -316,7 +316,7 @@

    Private _up: MatrixComponent

    @@ -410,7 +410,7 @@

    backward

  • @@ -432,7 +432,7 @@

    down

  • @@ -454,7 +454,7 @@

    forward

  • @@ -476,7 +476,7 @@

    left

  • @@ -498,7 +498,7 @@

    position

  • @@ -520,7 +520,7 @@

    right

  • @@ -542,7 +542,7 @@

    rotation

  • @@ -564,7 +564,7 @@

    scaling

  • @@ -586,7 +586,7 @@

    transformId

  • Returns number

    @@ -603,7 +603,7 @@

    up

  • @@ -836,7 +836,7 @@

    copyFrom

    Parameters

    @@ -1179,7 +1179,7 @@

    setFromMultiply

  • @@ -1216,7 +1216,7 @@

    setFromRotationPositionScale

  • @@ -1341,7 +1341,7 @@

    toArray

    Returns Float32Array

    diff --git a/docs/enums/lighttype.html b/docs/enums/lighttype.html index 4e2de331..d797b197 100644 --- a/docs/enums/lighttype.html +++ b/docs/enums/lighttype.html @@ -3,7 +3,7 @@ - LightType | Pixi3D - v0.9.4 + LightType | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -90,7 +90,7 @@

    ambient

    ambient: = "ambient"
    @@ -106,7 +106,7 @@

    directional

    directional: = "directional"
    @@ -122,7 +122,7 @@

    point

    point: = "point"
    @@ -138,7 +138,7 @@

    spot

    spot: = "spot"
    diff --git a/docs/enums/shadowquality.html b/docs/enums/shadowquality.html index f2dac3c1..846d1be2 100644 --- a/docs/enums/shadowquality.html +++ b/docs/enums/shadowquality.html @@ -3,7 +3,7 @@ - ShadowQuality | Pixi3D - v0.9.4 + ShadowQuality | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -89,7 +89,7 @@

    high

    high: = "high"
    @@ -104,7 +104,7 @@

    low

    low: = "low"
    @@ -119,7 +119,7 @@

    medium

    medium: = "medium"
    diff --git a/docs/enums/standardmaterialalphamode.html b/docs/enums/standardmaterialalphamode.html index 28f60ec1..77b5d4a6 100644 --- a/docs/enums/standardmaterialalphamode.html +++ b/docs/enums/standardmaterialalphamode.html @@ -3,7 +3,7 @@ - StandardMaterialAlphaMode | Pixi3D - v0.9.4 + StandardMaterialAlphaMode | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -89,7 +89,7 @@

    blend

    blend: = "blend"
    @@ -106,7 +106,7 @@

    mask

    mask: = "mask"
    @@ -123,7 +123,7 @@

    opaque

    opaque: = "opaque"
    diff --git a/docs/enums/standardmaterialdebugmode.html b/docs/enums/standardmaterialdebugmode.html index 8abbad77..175b23b7 100644 --- a/docs/enums/standardmaterialdebugmode.html +++ b/docs/enums/standardmaterialdebugmode.html @@ -3,7 +3,7 @@ - StandardMaterialDebugMode | Pixi3D - v0.9.4 + StandardMaterialDebugMode | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -93,7 +93,7 @@

    alpha

    alpha: = "alpha"
    @@ -103,7 +103,7 @@

    emissive

    emissive: = "emissive"
    @@ -113,7 +113,7 @@

    f0

    f0: = "f0"
    @@ -123,7 +123,7 @@

    metallic

    metallic: = "metallic"
    @@ -133,7 +133,7 @@

    normal

    normal: = "normal"
    @@ -143,7 +143,7 @@

    occlusion

    occlusion: = "occlusion"
    @@ -153,7 +153,7 @@

    roughness

    roughness: = "roughness"
    diff --git a/docs/globals.html b/docs/globals.html index 0eedb9fa..6cf2bf00 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3,7 +3,7 @@ - Pixi3D - v0.9.4 + Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -56,7 +56,7 @@ Globals

  • -

    Pixi3D - v0.9.4

    +

    Pixi3D - v0.9.5

  • @@ -147,7 +147,7 @@

    Const CubemapLoader

    CubemapLoader: object
    @@ -160,7 +160,7 @@

    add

  • Returns void

    @@ -177,7 +177,7 @@

    use

  • Parameters

    @@ -212,7 +212,7 @@

    Const ShaderSourceLoade
    ShaderSourceLoader: object
    @@ -225,7 +225,7 @@

    add

  • Returns void

    @@ -242,7 +242,7 @@

    use

  • Parameters

    @@ -277,7 +277,7 @@

    Const glTFBinaryLoader

    glTFBinaryLoader: object
    @@ -290,7 +290,7 @@

    add

  • Returns void

    @@ -307,7 +307,7 @@

    use

  • Parameters

    @@ -342,7 +342,7 @@

    Const glTFLoader

    glTFLoader: object
    @@ -355,7 +355,7 @@

    add

  • Returns void

    @@ -372,7 +372,7 @@

    use

  • Parameters

    diff --git a/docs/index.html b/docs/index.html index 0f35219a..ee15a094 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - Pixi3D - v0.9.4 + Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
  • @@ -56,7 +56,7 @@ Globals
  • -

    Pixi3D - v0.9.4

    +

    Pixi3D - v0.9.5

  • diff --git a/docs/interfaces/animation.eventemitterstatic.html b/docs/interfaces/animation.eventemitterstatic.html index 504ff8bb..f5a1e617 100644 --- a/docs/interfaces/animation.eventemitterstatic.html +++ b/docs/interfaces/animation.eventemitterstatic.html @@ -3,7 +3,7 @@ - EventEmitterStatic | Pixi3D - v0.9.4 + EventEmitterStatic | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5

    diff --git a/docs/interfaces/animation.listenerfn.html b/docs/interfaces/animation.listenerfn.html index 6c4b7f8f..4e11b145 100644 --- a/docs/interfaces/animation.listenerfn.html +++ b/docs/interfaces/animation.listenerfn.html @@ -3,7 +3,7 @@ - ListenerFn | Pixi3D - v0.9.4 + ListenerFn | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    diff --git a/docs/interfaces/cubemapfaces.html b/docs/interfaces/cubemapfaces.html index 1251a58c..a4b1df1b 100644 --- a/docs/interfaces/cubemapfaces.html +++ b/docs/interfaces/cubemapfaces.html @@ -3,7 +3,7 @@ - CubemapFaces | Pixi3D - v0.9.4 + CubemapFaces | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -100,7 +100,7 @@

    negx

    negx: Texture | string
    @@ -115,7 +115,7 @@

    negy

    negy: Texture | string
    @@ -130,7 +130,7 @@

    negz

    negz: Texture | string
    @@ -145,7 +145,7 @@

    posx

    posx: Texture | string
    @@ -160,7 +160,7 @@

    posy

    posy: Texture | string
    @@ -175,7 +175,7 @@

    posz

    posz: Texture | string
    diff --git a/docs/modules/mat4.html b/docs/modules/mat4.html index d4df583c..d064f625 100644 --- a/docs/modules/mat4.html +++ b/docs/modules/mat4.html @@ -3,7 +3,7 @@ - Mat4 | Pixi3D - v0.9.4 + Mat4 | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -112,7 +112,7 @@

    copy

  • Parameters

    @@ -138,7 +138,7 @@

    create

  • Returns Float32Array

    @@ -155,7 +155,7 @@

    fromQuat

  • Parameters

    @@ -181,7 +181,7 @@

    fromRotation

  • Parameters

    @@ -210,7 +210,7 @@

    fromRotationTranslationScale

  • Parameters

    @@ -242,7 +242,7 @@

    fromScaling

  • Parameters

    @@ -268,7 +268,7 @@

    fromTranslation

  • Parameters

    @@ -294,7 +294,7 @@

    getRotation

  • Parameters

    @@ -320,7 +320,7 @@

    getScaling

  • Parameters

    @@ -346,7 +346,7 @@

    getTranslation

  • Parameters

    @@ -372,7 +372,7 @@

    identity

  • Parameters

    @@ -395,7 +395,7 @@

    invert

  • Parameters

    @@ -421,7 +421,7 @@

    lookAt

  • Parameters

    @@ -453,7 +453,7 @@

    multiply

  • Parameters

    @@ -482,7 +482,7 @@

    ortho

  • Parameters

    @@ -523,7 +523,7 @@

    perspective

  • Parameters

    @@ -558,7 +558,7 @@

    rotate

  • Parameters

    @@ -590,7 +590,7 @@

    rotateX

  • Parameters

    @@ -619,7 +619,7 @@

    rotateY

  • Parameters

    @@ -648,7 +648,7 @@

    rotateZ

  • Parameters

    @@ -677,7 +677,7 @@

    targetTo

  • Parameters

    @@ -709,7 +709,7 @@

    transpose

  • Parameters

    diff --git a/docs/modules/quat.html b/docs/modules/quat.html index eea79ce7..a8c3b536 100644 --- a/docs/modules/quat.html +++ b/docs/modules/quat.html @@ -3,7 +3,7 @@ - Quat | Pixi3D - v0.9.4 + Quat | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -100,7 +100,7 @@

    conjugate

  • Parameters

    @@ -126,7 +126,7 @@

    create

  • Returns Float32Array

    @@ -143,7 +143,7 @@

    fromEuler

  • Parameters

    @@ -175,7 +175,7 @@

    fromValues

  • Parameters

    @@ -207,7 +207,7 @@

    normalize

  • Parameters

    @@ -233,7 +233,7 @@

    rotateX

  • Parameters

    @@ -262,7 +262,7 @@

    rotateY

  • Parameters

    @@ -291,7 +291,7 @@

    rotateZ

  • Parameters

    @@ -320,7 +320,7 @@

    set

  • Parameters

    @@ -355,7 +355,7 @@

    slerp

  • Parameters

    diff --git a/docs/modules/vec3.html b/docs/modules/vec3.html index fbd3f0b6..998b6c16 100644 --- a/docs/modules/vec3.html +++ b/docs/modules/vec3.html @@ -3,7 +3,7 @@ - Vec3 | Pixi3D - v0.9.4 + Vec3 | Pixi3D - v0.9.5 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - Pixi3D - v0.9.4 + Pixi3D - v0.9.5
    @@ -108,7 +108,7 @@

    add

  • Parameters

    @@ -137,7 +137,7 @@

    copy

  • Parameters

    @@ -163,7 +163,7 @@

    create

  • Returns Float32Array

    @@ -180,7 +180,7 @@

    cross

  • Parameters

    @@ -209,7 +209,7 @@

    distance

  • Parameters

    @@ -235,7 +235,7 @@

    dot

  • Parameters

    @@ -261,7 +261,7 @@

    fromValues

  • Parameters

    @@ -290,7 +290,7 @@

    inverse

  • Parameters

    @@ -316,7 +316,7 @@

    length

  • Parameters

    @@ -339,7 +339,7 @@

    multiply

  • Parameters

    @@ -368,7 +368,7 @@

    negate

  • Parameters

    @@ -394,7 +394,7 @@

    normalize

  • Parameters

    @@ -420,7 +420,7 @@

    scale

  • Parameters

    @@ -449,7 +449,7 @@

    set

  • Parameters

    @@ -481,7 +481,7 @@

    squaredDistance

  • Parameters

    @@ -507,7 +507,7 @@

    subtract

  • Parameters

    @@ -536,7 +536,7 @@

    transformMat4

  • Parameters

    @@ -565,7 +565,7 @@

    transformQuat

  • Parameters

    diff --git a/package-lock.json b/package-lock.json index 04c2840a..a97fddc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pixi3d", - "version": "0.9.4", + "version": "0.9.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 828d5f0e..6fe79fee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixi3d", - "version": "0.9.4", + "version": "0.9.5", "description": "The 3D renderer for PixiJS. Seamless integration with 2D applications.", "main": "dist/pixi3d.js", "files": [