添加静默提交功能

This commit is contained in:
2025-05-09 16:31:28 +08:00
parent ce3dc618d0
commit 835cdba82d
7 changed files with 34 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ async function textureRenderUpdate(textureRecord:TextureTableRecord){
/**
* 材质编辑器
*/
export class MaterialEditor extends Singleton
export class MaterialEditor
{
Geometrys: Map<string, Geometry | BufferGeometry>;
@@ -40,9 +40,8 @@ export class MaterialEditor extends Singleton
private _MeshMaterial: MeshPhysicalMaterial = new MeshPhysicalMaterial({});
//构造
private constructor()
constructor()
{
super();
this.initGeometrys();
this.LoadDefaultExr();