Remove FPS Remove Polygon Remove Shaders
article thumbnail

Optimize Vegetation Generation

Mnenad

Step by step to dense vegetation and acceptable FPS. The big problem was (and still is in some cases): HOW CAN WE GENERATE DENSE VEGETATION AND PLACE IT FAST AND WITHOUT TO MUCH FPS DROP AFTER THE GENERATION PROCESS ? In my case I had terrible FPS with just some thousand mesh instances. Batching on runtime.

Mesh 52
article thumbnail

Realistic Lighting in Justice with Mesh Shading

Nvidia

Recently, NetEase introduced Mesh Shader support to Justice. billion triangles running over 60 FPS in 4K on an NVIDIA 3060Ti. Soon we found we can combine Mesh Shaders with auto-generated LODs to achieve almost only-resolution-relevant rendering complexity, instead of polygon number. Q: How do Mesh Shaders solve this?

Mesh 52
Insiders

Sign Up for our Newsletter

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

article thumbnail

Release candidate: Godot 3.2.3 RC 6

Mircosoft Game Dev

HTML5: More fixes, audio fallback, fixed FPS ( GH-40052 ). Shaders: Fix specular render_mode for Visual Shaders ( GH-41536 ). TileSet: Fix potential crash when editing polygons ( GH-40560 ). Build HTML5 templates with threads_enabled=yes to test it. HTML5: Implement HTML5 cancel/ok button swap on Windows ( GH-40755 ).

Bug 52
article thumbnail

Maintenance release: Godot 3.2.3

Mircosoft Game Dev

HTML5: More fixes, audio fallback, fixed FPS ( GH-40052 ). Shaders: Fix specular render_mode for Visual Shaders ( GH-41536 ). TileSet: Fix potential crash when editing polygons ( GH-40560 ). Build HTML5 templates with threads_enabled=yes to test it. HTML5: Implement HTML5 cancel/ok button swap on Windows ( GH-40755 ).

Bug 52
article thumbnail

Moving to Vulkan (and ES 2.0) instead of OpenGL ES 3.0

Mircosoft Game Dev

uses quite complex shaders which, while they work fine on WebGL 2, take a long time to compile on Windows due to the Angle GLSL validation and compilation to HLSL. 45 FPS where you would expect 60 if you have an Intel HD 5000). Support for 2D meshes, 2D skeletons, and deformable polygons. Poor WebGL 2.0 adoption and performance.

Render 40