mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-17 15:04:52 +08:00
Fix for hair rendering, update peds meta types to be expandable objects
This commit is contained in:
@@ -2652,6 +2652,11 @@ namespace CodeWalker.Rendering
|
||||
if (SelectionGeometryDrawFlags.ContainsKey(dgeom))
|
||||
{ continue; } //filter out geometries in selected item that aren't flagged for drawing.
|
||||
}
|
||||
else
|
||||
{
|
||||
if (geom.disableRendering)
|
||||
{ continue; } //filter out certain geometries like certain hair parts that shouldn't render by default
|
||||
}
|
||||
|
||||
rginst.Geom = geom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user