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

Example usage for Java com.badlogic.gdx.graphics.g3d.model MeshPart 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 MeshPart.

The text is from its open source code.

Constructor

MeshPart(final String id, final Mesh mesh, final int offset, final int size, final int type)
Construct a new MeshPart and set all its values.
MeshPart()
Construct a new MeshPart, with null values.