UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 372 B
/** * * @param {THREE.BufferAttribute} attribute * @returns {THREE.BufferAttribute} returns denormalized attribute, if input is already denormalized returns input */ export function buffer_attribute_denormalize(attribute: THREE.BufferAttribute): THREE.BufferAttribute; import { BufferAttribute } from "three"; //# sourceMappingURL=buffer_attribute_denormalize.d.ts.map