Flx3DScene is an FlxSprite which a 3D scene is rendered onto. This is the main way to use Flixel3D.
Constructor
new(x:Float = 0, y:Float = 0, width:Int = -1, height:Int = -1, maxSize:Int = 0)
Parameters:
x | The initial X position of the sprite. |
|---|---|
y | The initial Y position of the sprite. |
width | Desired width of the framebuffer. |
height | Desired height of the framebuffer. |
maxSize | Maximum amount of members allowed in the objects group. |
Variables
read onlyobjects:Flx3DSceneContainer
An FlxContainer containing all of the objects in the scene. (Dev note: should this be renamed?)