Uses of Class
net.neoforged.neoforge.client.model.ao.AoCalculatedFace
Packages that use AoCalculatedFace
-
Uses of AoCalculatedFace in net.neoforged.neoforge.client.model.ao
Fields in net.neoforged.neoforge.client.model.ao declared as AoCalculatedFaceMethods in net.neoforged.neoforge.client.model.ao that return AoCalculatedFaceModifier and TypeMethodDescription(package private) AoCalculatedFaceFullFaceCalculator.calculateFace(BlockAndTintGetter level, BlockState renderedState, BlockPos renderedPos, Direction direction, boolean shade, boolean sampleOutside) Methods in net.neoforged.neoforge.client.model.ao with parameters of type AoCalculatedFaceModifier and TypeMethodDescriptionprivate voidFullFaceCalculator.calculateFaceUncached(AoCalculatedFace out, BlockAndTintGetter level, BlockState renderedState, BlockPos renderedPos, Direction direction, boolean shade, boolean sampleOutside) Computes the AO for a full face.private static floatEnhancedAoRenderStorage.interpolateBrightness(AoCalculatedFace in, float[] weights) Interpolates brightness from the 4 corners of a face.private static intEnhancedAoRenderStorage.interpolateLightmap(AoCalculatedFace in, float[] weights) Interpolates lightmap from the 4 corners of a face.