Java com.badlogic.gdx.graphics.g3d Model fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.graphics.g3d Model fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.graphics.g3d Model.

The text is from its open source code.

Constructor

Model()
Constructs an empty model.

Method

BoundingBoxcalculateBoundingBox(final BoundingBox out)
Calculate the bounding box of this model instance.
voiddispose()
IterablegetManagedDisposables()
MaterialgetMaterial(final String id)
voidmanageDisposable(Disposable disposable)
Adds a Disposable to be managed and disposed by this Model.