List of usage examples for com.badlogic.gdx.graphics.g3d ModelInstance ModelInstance
public ModelInstance(ModelInstance copyFrom, final Matrix4 transform)
From source file:com.badlogic.gdx.ai.tests.utils.bullet.BulletEntity.java
License:Apache License
public BulletEntity(final Model model, final btCollisionObject body, final Matrix4 transform) { this(new ModelInstance(model, transform.cpy()), body); }