List of usage examples for net.minecraftforge.client.model.pipeline QuadGatheringTransformer subclass-usage
From source file appeng.client.render.model.MatrixVertexTransformer.java
/** * Applies an arbitrary transformation matrix to the vertices of a quad. */ final class MatrixVertexTransformer extends QuadGatheringTransformer { private final Matrix4f transform;