Remove Animation Remove Culling Remove Mesh Remove Texture
article thumbnail

Dev snapshot: Godot 3.4 beta 2

Mircosoft Game Dev

and included in this beta are: Animation: Add animation "reset" track feature ( GH-44558 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ). Animation: Allow renaming bones and blend shapes ( GH-42827 ).

Beta 52
article thumbnail

Dev snapshot: Godot 3.4 beta 3

Mircosoft Game Dev

and included in this beta are: Animation: Add animation "reset" track feature ( GH-44558 ). Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Mesh: Fix UV mapping on CSGSphere ( GH-49195 ).

Beta 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 3.4 beta 4

Mircosoft Game Dev

Animation: Add animation "reset" track feature ( GH-44558 ). Mesh: Implement octahedral map normal/tangent attribute compression ( GH-46800 ). Mesh: Options to clean/simplify convex hull generated from mesh ( GH-50328 ). Rendering: Rooms and portals-based occlusion culling ( GH-46130 ).

Beta 52
article thumbnail

Release candidate: Godot 3.5 RC 7

Mircosoft Game Dev

Ignore support for S3TC texture compression on Android and iOS devices in GLES3 (already done since 3.4 The new NavigationServer adds support for obstacle avoidance using the RVO2 library, and navigation meshes can now be baked at runtime. Anything behind the polygon will be culled from view. for GLES2). and backported to 3.5.

Render 52
article thumbnail

Release candidate: Godot 3.5 RC 8

Mircosoft Game Dev

The new NavigationServer adds support for obstacle avoidance using the RVO2 library, and navigation meshes can now be baked at runtime. Following on from the addition of OccluderShapeSphere in 3.4 , lawnjelly now brings us a more adaptable and easy way to add basic occlusion culling in the form of the OccluderShapePolygon.

Render 52
article thumbnail

Optimize Vegetation Generation

Mnenad

Mainly I focused on generating grass that bends in the wind and some fern like plants, but what comes next is usable for all kind of meshes. Batching means to combine mesh objects that share the same material or that are marked as static in the Unity inspector. In my case I had terrible FPS with just some thousand mesh instances.

Mesh 52
article thumbnail

Godot for AA/AAA game development - What's missing?

Mircosoft Game Dev

using data oriented algorithms to process the culling of objects and both secondary command buffers and automatic batching to efficiently submit the draw primitives. Several other areas got improvements, like the editor (which has been vastly reworked), UI system, multiplayer, navigation, audio, animation, etc. A lot more.

AAA 145