userConnacancel
branchsbox/render-tagscancel

14 Commits over 0 Days - ∞cph!

2 Years Ago
Tags property
2 Years Ago
Fix sillyness
2 Years Ago
GetAll ->TryGetAll. Use HasExclude/HasRenderTag when adding tag Only ITagSet is a public interface, hide everything else away
2 Years Ago
Initial commit / backup Copy entity tags to scene object on initial/change, and ensure light entity's sceneobject is actually the right one remove unused HasTag overload Support "world" tag to render only or exclude static objects and hammer geometry Typo Include/exclude sunlight and other lights according to set tags Copy tags to sceneobject on create, and update when tags added/removed from entity. support lights Let's respect the camera's exclude / render tags in HighlightRenderer Add tag checks in DrawSceneObject too Remove unused GetTags overload Remove unused ITagSet, SimpleTagSet. Have camera use SimpleTagSet, have sceneobjects use SceneObjectTags
2 Years Ago
ITagSet, SimpleTagSet. Have camera use SimpleTagSet, have sceneobjects use SceneObjectTags
2 Years Ago
Remove unused
2 Years Ago
Remove unused GetTags overload
2 Years Ago
Add tag checks in DrawSceneObject too
2 Years Ago
Let's respect the camera's exclude / render tags in HighlightRenderer
2 Years Ago
Include/exclude sunlight and other lights according to set tags Copy tags to sceneobject on create, and update when tags added/removed from entity. support lights
2 Years Ago
Typo
2 Years Ago
Support "world" tag to render only or exclude static objects and hammer geometry
2 Years Ago
Copy entity tags to scene object on initial/change, and ensure light entity's sceneobject is actually the right one remove unused HasTag overload
2 Years Ago
Initial commit / backup