@openheart/tavio-renderer 2.3.7-with-wasm → 2.3.8-with-wasm
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -421,6 +421,10 @@ export declare class TavioMesh extends EventEmitter {
|
|
|
421
421
|
* @param height - テクスチャの高さ
|
|
422
422
|
*/
|
|
423
423
|
setupGeneralDataTexture(data: Uint8Array, width: number, height: number): DataTexture;
|
|
424
|
+
/**
|
|
425
|
+
* 汎用データ用のテクスチャを更新し uniform 変数へ反映する
|
|
426
|
+
*/
|
|
427
|
+
updateGeneralTexture(): void;
|
|
424
428
|
/**
|
|
425
429
|
* 頂点属性を全走査し原点からの最大距離を求める
|
|
426
430
|
* @private
|