Class: NVMeshFromUrlOptions
Defined in: nvmesh.ts:83
Constructors
Constructor
new NVMeshFromUrlOptions(
url: string,
gl: any,
name: string,
opacity: number,
rgba255: Uint8Array,
visible: boolean,
layers: any[],
colorbarVisible: boolean): NVMeshFromUrlOptions;
Defined in: nvmesh.ts:93
Parameters
Parameter | Type | Default value |
---|---|---|
url | string | '' |
gl | any | null |
name | string | '' |
opacity | number | 1.0 |
rgba255 | Uint8Array | ... |
visible | boolean | true |
layers | any [] | [] |
colorbarVisible | boolean | true |
Returns
NVMeshFromUrlOptions
Properties
Property | Type | Defined in |
---|---|---|
colorbarVisible | boolean | nvmesh.ts:91 |
gl | WebGL2RenderingContext | nvmesh.ts:85 |
layers | NVMeshLayer [] | nvmesh.ts:90 |
name | string | nvmesh.ts:86 |
opacity | number | nvmesh.ts:87 |
rgba255 | Uint8Array | nvmesh.ts:88 |
url | string | nvmesh.ts:84 |
visible | boolean | nvmesh.ts:89 |