feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -4,21 +4,25 @@ func test():
|
|||
print(-1.25, 0.25, 1.25)
|
||||
print("hello world")
|
||||
|
||||
print(Vector2(0.25, 0.25))
|
||||
print(Vector2(0.25, 1))
|
||||
print(Vector2i(0, 0))
|
||||
|
||||
print(Rect2(0.25, 0.25, 0.5, 0.5))
|
||||
print(Rect2(0.25, 0.25, 0.5, 1))
|
||||
print(Rect2i(0, 0, 0, 0))
|
||||
|
||||
print(Vector3(0.25, 0.25, 0.25))
|
||||
print(Vector3(0.25, 0.25, 1))
|
||||
print(Vector3i(0, 0, 0))
|
||||
|
||||
print(Vector4(0.25, 0.25, 0.25, 1))
|
||||
print(Vector4i(0, 0, 0, 0))
|
||||
|
||||
print(Transform2D.IDENTITY)
|
||||
print(Plane(1, 2, 3, 4))
|
||||
print(Quaternion(1, 2, 3, 4))
|
||||
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