download
raw
844 Bytes
import * as THREE from 'three'
declare class DRACOExporter {
// Encoder methods
public static MESH_EDGEBREAKER_ENCODING: number
public static MESH_SEQUENTIAL_ENCODING: number
// Geometry type
public static POINT_CLOUD: number
public static TRIANGULAR_MESH: number
// Attribute type
public static INVALID: number
public static POSITION: number
public static NORMAL: number
public static COLOR: number
public static TEX_COORD: number
public static GENERIC: number
public parse(
object: THREE.Mesh | THREE.Points,
options?: {
decodeSpeed?: number
encodeSpeed?: number
encoderMethod?: number
quantization?: [number, number, number, number, number]
exportUvs?: boolean
exportNormals?: boolean
exportColor?: boolean
},
): Int8Array
}
export { DRACOExporter }

Xet Storage Details

Size:
844 Bytes
·
Xet hash:
6420d86427accde8bb0d7e44f291430b29681fd3a2a521040857e24bdbc154eb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.