Class RadarVolume.ShapeData

    • Field Detail

      • gridVertices

        protected java.nio.FloatBuffer gridVertices
      • gridNormals

        protected java.nio.FloatBuffer gridNormals
      • triangleVertices

        protected java.nio.FloatBuffer triangleVertices
      • triangleNormals

        protected java.nio.FloatBuffer triangleNormals
      • sideVertices

        protected java.nio.FloatBuffer sideVertices
      • sideNormals

        protected java.nio.FloatBuffer sideNormals
      • centerPoint

        protected Vec4 centerPoint
    • Constructor Detail

      • ShapeData

        public ShapeData​(DrawContext dc,
                         RadarVolume shape)
        Construct a cache entry using the boundaries of this shape.
        Parameters:
        dc - the current draw context.
        shape - this shape.