Compare commits
	
		
			1 Commits
		
	
	
		
			1.4.5
			...
			add_custom
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					f60054ca19 | 
@@ -154,7 +154,7 @@ export class SimpleBoard
 | 
				
			|||||||
        mesh.userData = ext.Normal;
 | 
					        mesh.userData = ext.Normal;
 | 
				
			||||||
        edges.forEach(e => e.userData = ext.Normal);
 | 
					        edges.forEach(e => e.userData = ext.Normal);
 | 
				
			||||||
        // 自定义编号
 | 
					        // 自定义编号
 | 
				
			||||||
        if (this._CustomNumber && this._CustomNumber.length > 0)
 | 
					        if (this._CustomNumber)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            mesh.add(this.createCustomNo());
 | 
					            mesh.add(this.createCustomNo());
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user