EB
Size: a a a
EB
bh
bh
bh
M
bh
bh
АB
АB
bh
bh
АB
АB
bh
A

pointForSpawn?.let {
val color = Color(1f, 0f, 0f, 0.5f)
val screenOffset = Point2DF.ZERO
debug?.send(
DebugCommand.Add(
DebugData.Primitives(
arrayOf(
ColoredVertex(
Point2DF(pointForSpawn),
screenOffset,
color
),
ColoredVertex(
Point2DF(pointForSpawn.copy().up()),
screenOffset,
color
),
ColoredVertex(
Point2DF(pointForSpawn.copy().up().right()),
screenOffset,
color
)
),
PrimitiveType.TRIANGLES
)
)
)
}bh

pointForSpawn?.let {
val color = Color(1f, 0f, 0f, 0.5f)
val screenOffset = Point2DF.ZERO
debug?.send(
DebugCommand.Add(
DebugData.Primitives(
arrayOf(
ColoredVertex(
Point2DF(pointForSpawn),
screenOffset,
color
),
ColoredVertex(
Point2DF(pointForSpawn.copy().up()),
screenOffset,
color
),
ColoredVertex(
Point2DF(pointForSpawn.copy().up().right()),
screenOffset,
color
)
),
PrimitiveType.TRIANGLES
)
)
)
}bh
A
A
АB