Fix stringification of Projection
This commit is contained in:
parent
d09d82d433
commit
f2f48aaf36
3 changed files with 6 additions and 8 deletions
|
|
@ -22,6 +22,7 @@ func test():
|
|||
print(AABB(Vector3.ZERO, Vector3.ONE))
|
||||
print(Basis.from_euler(Vector3(0, 0, 0)))
|
||||
print(Transform3D.IDENTITY)
|
||||
print(Projection.IDENTITY)
|
||||
|
||||
print(Color(1, 2, 3, 4))
|
||||
print(StringName("hello"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue