Interface RenderJob.Projector

Enclosing interface:
RenderJob

public static interface RenderJob.Projector
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.Vec2
    Projects a three-dimensional vector onto its 2d coordinates after applying transformation and projection matrix.
  • Method Details

    • projectPoint

      net.minecraft.world.phys.Vec2 projectPoint(Vector3f point)
      Projects a three-dimensional vector onto its 2d coordinates after applying transformation and projection matrix.