mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 16:15:33 +00:00
Correction
This commit is contained in:
parent
fbf07133ea
commit
87beb73970
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace MWRender
|
|||
|
||||
/// Node masks used for controlling visibility of game objects.
|
||||
/// @par Any node in the OSG scene graph can have a node mask. When traversing the scene graph,
|
||||
/// the node visitor's traversal mask is OR'ed with the node mask. If the result of this test is
|
||||
/// the node visitor's traversal mask is bitwise AND'ed with the node mask. If the result of this test is
|
||||
/// 0, then the node <i>and all its child nodes</i> are not processed.
|
||||
/// @par Important traversal masks are the camera's cull mask (determines what is visible),
|
||||
/// the update visitor mask (what is updated) and the intersection visitor mask (what is
|
||||
|
|
Loading…
Reference in a new issue