PHP 7.4.33
Preview: GLBufferAttribute.js Size: 725 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/three/src/core/GLBufferAttribute.js
class GLBufferAttribute {

	constructor( buffer, type, itemSize, elementSize, count ) {

		this.isGLBufferAttribute = true;

		this.name = '';

		this.buffer = buffer;
		this.type = type;
		this.itemSize = itemSize;
		this.elementSize = elementSize;
		this.count = count;

		this.version = 0;

	}

	set needsUpdate( value ) {

		if ( value === true ) this.version ++;

	}

	setBuffer( buffer ) {

		this.buffer = buffer;

		return this;

	}

	setType( type, elementSize ) {

		this.type = type;
		this.elementSize = elementSize;

		return this;

	}

	setItemSize( itemSize ) {

		this.itemSize = itemSize;

		return this;

	}

	setCount( count ) {

		this.count = count;

		return this;

	}

}

export { GLBufferAttribute };

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).