Skip to content

Commit

Permalink
black format on debian, thank you based windows for not working even …
Browse files Browse the repository at this point in the history
…when changing git config
  • Loading branch information
scut committed Jan 21, 2024
1 parent 13da828 commit 8301a23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fast64_internal/f3d/f3d_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,13 @@ def addCullCommand(obj, fMesh, transformMatrix, matWriteMethod):
# if the object has a specifically set culling bounds, use that instead
for vertexPos in obj.get("culling_bounds", obj.bound_box):
fMesh.cullVertexList.vertices.append(
F3DVert(Vector(vertexPos), [0, 0], Vector([0, 0, 0]), None, 0.0,).toVtx(
F3DVert(
Vector(vertexPos),
[0, 0],
Vector([0, 0, 0]),
None,
0.0,
).toVtx(
obj.data,
[32, 32],
transformMatrix,
Expand Down

0 comments on commit 8301a23

Please sign in to comment.