Package org.moddingx.libx.render.target
Interface RenderJob.Projector
- Enclosing interface:
- RenderJob
public static interface RenderJob.Projector
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec2
projectPoint
(Vector3f point) Projects a three-dimensional vector onto its 2d coordinates after applying transformation and projection matrix.
-
Method Details
-
projectPoint
Projects a three-dimensional vector onto its 2d coordinates after applying transformation and projection matrix.
-