mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 04:45:31 +00:00
Selection Highlighting
This commit is contained in:
parent
fec893cd8b
commit
9106eef98b
7 changed files with 52 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ struct SceneData
|
|||
/// The deferred render bin.
|
||||
/// @RenderDeferredMgr
|
||||
DeferredBin,
|
||||
/// The selection-highlight render bin.
|
||||
/// @afxRenderHighlightMgr
|
||||
HighlightBin,
|
||||
};
|
||||
|
||||
/// This defines when we're rendering a special bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue