![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | bgegg |
this is code.
func _process(delta):
print(
Vector3(1,0,1).normalized() * delta
)
this is result.
(0.011783, 0, 0.011783)
Why doesn’t it become an integer?
normalize is used for the whole vector3.
https://forum.godotengine.org/41258/vector2-x-normalized-not-working