Class IsoDepthHelper
java.lang.Object
zombie.iso.IsoDepthHelper
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic floatstatic final intstatic floatstatic float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatcalculateDepth(float float3, float float5, float float1) static IsoDepthHelper.ResultsgetChunkDepthData(int int1, int int3, int int9, int int11, int int14) static IsoDepthHelper.Resultsstatic IsoDepthHelper.ResultsgetSquareDepthData(int int0, int int1, float float2, float float1, float float0)
-
Field Details
-
ChunkDepth
public static float ChunkDepth -
SquareDepth
public static float SquareDepth -
LevelDepth
public static float LevelDepth -
ChunkWidthOfDepthBuffer
public static final int ChunkWidthOfDepthBuffer- See Also:
-
-
Constructor Details
-
IsoDepthHelper
public IsoDepthHelper()
-
-
Method Details
-
getChunkDepthData
public static IsoDepthHelper.Results getChunkDepthData(int int1, int int3, int int9, int int11, int int14) -
getDepthSize
-
calculateDepth
public static float calculateDepth(float float3, float float5, float float1) -
getSquareDepthData
public static IsoDepthHelper.Results getSquareDepthData(int int0, int int1, float float2, float float1, float float0)
-