rakzin

Results 9 comments of 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 ![Screenshot from 2024-10-26 14-46-49](https://github.com/user-attachments/assets/61938365-2aaf-4531-ad53-1e344b99db6f) obs 1 ![Screenshot from 2024-10-26 14-47-09](https://github.com/user-attachments/assets/c8981c5c-af27-49d7-aaeb-352b3a42fe7d) 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 ![Screenshot from 2024-10-26 16-26-36](https://github.com/user-attachments/assets/bfdf54c2-f163-40bf-8d13-ccaebe9b3cfe) 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...

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.