WIP bases with emissive lighting on Serpulo
This commit is contained in:
@@ -15,4 +15,11 @@ public class MultiMesh implements GenericMesh{
|
||||
v.render(params, projection, transform);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dispose(){
|
||||
for(var mesh : meshes){
|
||||
mesh.dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user