Options
All
  • Public
  • Public/Protected
  • All
Menu

External module model

Index

Variables

Const ModelShadowCastingMode

ModelShadowCastingMode: object = Enum({/*** 不投射阴影。*/OFF: 0,/*** 开启阴影投射。*/ON: 1,})
en

Shadow projection mode

zh

阴影投射方式。

Type declaration

  • OFF: number

    不投射阴影。

  • ON: number

    开启阴影投射。

Const _vec2

_vec2: Vec2 = new Vec2()

Const batch_extras_size

batch_extras_size: number = GFXFormatInfos[batch_id.format].size + GFXFormatInfos[batch_uv.format].size

ccclass

ccclass: (Anonymous function)

property

property: property

Functions

Const concatPath

  • concatPath(prefix: string, path: string): string

Const getPrefix

  • getPrefix(lca: INode, target: INode): string

Const repeat

  • repeat(n: number): number

Const repeat

  • repeat(n: number): number

Object literals

Const batchid

batchid: object

format

format: R32F = GFXFormat.R32F

isNormalized

isNormalized: false = false

name

name: GFXAttributeName = GFXAttributeName.ATTR_BATCH_ID

Const batchuv

batchuv: object

format

format: RG32F = GFXFormat.RG32F

isNormalized

isNormalized: false = false

name

name: GFXAttributeName = GFXAttributeName.ATTR_BATCH_UV

Generated using TypeDoc