Class ClippingPlaneAttribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.ClippingPlaneAttribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
Modifier and TypeFieldDescriptionfinal com.badlogic.gdx.math.Plane
static final int
static final String
-
Constructor Summary
ConstructorDescriptionClippingPlaneAttribute
(com.badlogic.gdx.math.Plane plane) ClippingPlaneAttribute
(com.badlogic.gdx.math.Vector3 normal, float d) -
Method Summary
Methods inherited from class gaiasky.util.gdx.shader.attribute.Attribute
equals, equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, hashCode, register, toString
-
Field Details
-
TypeAlias
- See Also:
-
Type
public static final int Type -
plane
public final com.badlogic.gdx.math.Plane plane
-
-
Constructor Details
-
ClippingPlaneAttribute
public ClippingPlaneAttribute(com.badlogic.gdx.math.Plane plane) -
ClippingPlaneAttribute
public ClippingPlaneAttribute(com.badlogic.gdx.math.Vector3 normal, float d)
-
-
Method Details