Package org.recast4j.recast
Class RecastBuilderConfig
java.lang.Object
org.recast4j.recast.RecastBuilderConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal float[]The maximum bounds of the field's AABB.final float[]The minimum bounds of the field's AABB.final RecastConfigfinal intThe height of the field along the z-axis.final intfinal intfinal intThe width of the field along the x-axis. -
Constructor Summary
ConstructorsConstructorDescriptionRecastBuilderConfig(RecastConfig cfg, float[] bmin, float[] bmax) RecastBuilderConfig(RecastConfig cfg, float[] bmin, float[] bmax, int tileX, int tileZ) -
Method Summary
-
Field Details
-
cfg
-
tileX
public final int tileX -
tileZ
public final int tileZ -
width
public final int widthThe width of the field along the x-axis. [Limit: >= 0] [Units: vx] -
height
public final int heightThe height of the field along the z-axis. [Limit: >= 0] [Units: vx] -
bmin
public final float[] bminThe minimum bounds of the field's AABB. [(x, y, z)] [Units: wu] -
bmax
public final float[] bmaxThe maximum bounds of the field's AABB. [(x, y, z)] [Units: wu]
-
-
Constructor Details
-
RecastBuilderConfig
-
RecastBuilderConfig
-