Example usage for net.minecraftforge.client.model.pipeline QuadGatheringTransformer subclass-usage

List of usage examples for net.minecraftforge.client.model.pipeline QuadGatheringTransformer subclass-usage

Introduction

In this page you can find the example usage for net.minecraftforge.client.model.pipeline QuadGatheringTransformer subclass-usage.

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;