The style of the What's New page is awful.
▲ 185 r/godot

The style of the What's New page is awful.

It's alternating between 3 patterns, which makes finding header of each feature difficult.

u/Hefty-Newspaper5796 — 2 months ago

Convert Curve to Mesh with adaptive resolution

By adaptive, I mean vertices are placed more densely at high curvature part. The ideal workflow is that I specify the number of vertices and an algorithm minimizes the error to find the optimal placement.

reddit.com
u/Hefty-Newspaper5796 — 2 months ago

When a texture is pure color, is it better to use a shader parameter or use a plain texture?

Using plain textures has the cost of texture streaming and sampling. Using shader parameters adds shader variation and has the cost of switching shaders.

reddit.com
u/Hefty-Newspaper5796 — 3 months ago