Class MirrorSourceAttribute

java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.MirrorSourceAttribute
All Implemented Interfaces:
Comparable<Attribute>

public class MirrorSourceAttribute extends Attribute
  • Field Details

    • TypeAlias

      public static final String TypeAlias
      See Also:
    • Type

      public static final int Type
    • textureDescription

      public final com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> textureDescription
    • normal

      public final com.badlogic.gdx.math.Vector3 normal
  • Constructor Details

    • MirrorSourceAttribute

      public MirrorSourceAttribute()
  • Method Details

    • compareTo

      public int compareTo(Attribute o)
    • copy

      public Attribute copy()
      Specified by:
      copy in class Attribute
      Returns:
      An exact copy of this attribute
    • set

      public MirrorSourceAttribute set(com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Texture> textureDescription, com.badlogic.gdx.math.Vector3 normal)