Irrlicht.NET

Box3D.AddInternalBox Method 

Adds an other bounding box to the bounding box, causing it to grow bigger, if the box is outside of the box

[Visual Basic]
Public Sub AddInternalBox( _
   ByVal b As Box3D _
)
[C#]
public void AddInternalBox(
   Box3D b
);

Parameters

b
Other bounding box to add into this box.

See Also

Box3D Class | Irrlicht.Core Namespace