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

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

The text is from its open source code.

Constructor

NodePart()
Construct a new NodePart with null values.
NodePart(final MeshPart meshPart, final Material material)
Construct a new NodePart referencing the provided MeshPart and Material .