Class ExtraMesh Extends RasterizationMesh
    Public
    
    Represents a mesh.
Deprecated
Use RasterizationMesh instead
Public Methods
        
                ExtraMesh
        
                (vertices, triangles, bounds)
    
                
                
                    Public
                
            
        
                ExtraMesh
        
                (vertices, triangles, bounds, matrix)
    
                
                
                    Public
                
            Inherited Public Members
        
                area
        
    
                
                
                    Public
                
            
        
                bounds
        
    
                
                World bounds of the mesh.
                    Public
                
            
        
                matrix
        
    
                
                
                    Public
                
            
        
                original
        
    
                
                Source of the mesh.
                    Public
                
            
        
                pool
        
    
                
                If true, the vertex and triangle arrays will be pooled after they have been used.
                    Public
                
            
        
                triangles
        
    
                
                
                    Public
                
            
        
                vertices
        
    
                
                
                    Public