rakzin
rakzin
This also not work on Linux 4.3 Stable. If use `NavigationServer2D.obstacle_set_map` E.g.: ``` new_obstacle_rid= NavigationServer2D.obstacle_create() NavigationServer2D.obstacle_set_position(new_obstacle_rid, Vector2(20, 20)) NavigationServer2D.obstacle_set_radius(new_obstacle_rid, 0.0) var outline = PackedVector2Array([Vector2(-100, -100), Vector2(150, -100), Vector2(100, 100), Vector2(-100,...
obs 0  obs 1  min_project [bug_nav_obstacle.tar.gz](https://github.com/user-attachments/files/17529324/bug_nav_obstacle.tar.gz)
A further investigation found that: 1. create obs0 and then create obs1, obs0 not valid , which obs0 should be valid  2. remove obs1, the obs0...
好的,感谢
ffmpeg command ``ffmpeg -i input.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 output.ogv``
Well, I found the playback speed unsync in movie-mode is caused by godot's `VideoStreamPlayer doesn't take Engine.time_scale into account` see https://github.com/godotengine/godot/issues/69965 So I don't use godot to record videos, I...
That would be great
As Omar replied me in a question post, they added something to change the render state. https://bsky.app/profile/ocornut.bsky.social/post/3l7alfgrfua2q Hope this can be usefull
Got it, I did not found the document, and just follow the cpp_demo of imgui.