ficool2 / HammerPlusPlus-Website

The website for Hammer++
89 stars 8 forks source link

[Feature Request] Unique Prop / Optimization View #106

Open Jofoyo opened 1 day ago

Jofoyo commented 1 day ago

I propose adding a toggle or new camera view mode to aid in clustering for optimization.

View mode could uniquely colorize each unique prop to help prioritize areas for clustering. Alternatively, a view mode that colorizes each unique material would help determine which meshes are best clustered together to save on draws. A combination of the two would be the best case scenario, however, I'm unsure of the best way to implement that.

Further ideal would be a way to see which materials have envmaps so clustering can be split to accommodate for that.

image

Jofoyo commented 1 day ago

Maybe an even better idea is a weighted view thats auto optimized for envmaps. Ideal clusters are split by nearest USED envmap and shared material, and have no hue if no models with shared materials are nearby. Although this is now bordering on a system for automatic clustering. image