Package io.github.vampirestudios.vampirelib.client.model.geometry
package io.github.vampirestudios.vampirelib.client.model.geometry
-
ClassDescriptionA geometry baking context that is bound to a
BlockModel.The context in which a geometry is being baked, providing information such as lighting and transforms, and allowing the user to create materials and query render types.IGeometryLoader<T extends IUnbakedGeometry<T>>A loader for custom model geometries.IUnbakedGeometry<T extends IUnbakedGeometry<T>>General interface for any model that can be baked, superset of vanillaUnbakedModel.SimpleUnbakedGeometry<T extends SimpleUnbakedGeometry<T>>Base class for implementations ofIUnbakedGeometrywhich do not wish to handle model creation themselves, instead supplying baked quads through a builder.A geometry baking context that is not bound to block/item model loading.