Package foundry.veil.api.flare.model
Interface BakedShell
- All Superinterfaces:
AutoCloseable,org.lwjgl.system.NativeResource
- All Known Implementing Classes:
SimpleBakedShell
public interface BakedShell
extends org.lwjgl.system.NativeResource
Baked Shell, contains a list of baked quads.
Shells are models stripped of their texture, though they may still contain texture coordinates.
- Since:
- 2.5.0
-
Method Summary
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Method Details
-
getQuads
Collection<FlareBakedQuad> getQuads() -
getVertexArray
VertexArray getVertexArray()
-