Buckets:

imerfanrajabee's picture
download
raw
458 Bytes
/**
* This module is used to represent render bundles inside the renderer
* for further processing.
*
* @private
*/
class RenderBundle {
/**
* Constructs a new bundle group.
*
* @param {BundleGroup} bundleGroup - The bundle group.
* @param {Camera} camera - The camera the bundle group is rendered with.
*/
constructor( bundleGroup, camera ) {
this.bundleGroup = bundleGroup;
this.camera = camera;
}
}
export default RenderBundle;

Xet Storage Details

Size:
458 Bytes
·
Xet hash:
7f4cf3907119999184f9bcbea653bb1a16c94b3b41ad86bde78038528fac1a2f

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