PHP 7.4.33
Preview: InstancedBufferAttribute.js Size: 631 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/core/InstancedBufferAttribute.js
import { BufferAttribute } from './BufferAttribute.js';

class InstancedBufferAttribute extends BufferAttribute {

	constructor( array, itemSize, normalized, meshPerAttribute = 1 ) {

		super( array, itemSize, normalized );

		this.isInstancedBufferAttribute = true;

		this.meshPerAttribute = meshPerAttribute;

	}

	copy( source ) {

		super.copy( source );

		this.meshPerAttribute = source.meshPerAttribute;

		return this;

	}

	toJSON() {

		const data = super.toJSON();

		data.meshPerAttribute = this.meshPerAttribute;

		data.isInstancedBufferAttribute = true;

		return data;

	}

}

export { InstancedBufferAttribute };

Directory Contents

Dirs: 0 × Files: 18
Name Size Perms Modified Actions
10.14 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
20.93 KB lrw-r--r-- 2025-03-28 11:04:37
Edit Download
828 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.67 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
725 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
631 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
562 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
747 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.43 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
6.13 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
577 B lrw-r--r-- 2025-03-28 11:04:38
Edit Download
37.07 KB lrw-r--r-- 2025-03-28 11:04:38
Edit Download
2.60 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
3.95 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
463 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
481 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
199 B lrw-r--r-- 2025-03-28 11:04:39
Edit Download
1.31 KB lrw-r--r-- 2025-03-28 11:04:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).