Possibility to retrieve objects by group. Reuse glowing point textures.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / shapes / basic / ForwardOrientedTexture.java
index 3025596..798dcef 100644 (file)
@@ -105,4 +105,8 @@ public class ForwardOrientedTexture extends AbstractCoordinateShape {
         this.scale = scale * SIZE_MULTIPLIER;
     }
 
+    public Point3D getLocation(){
+        return coordinates[0].coordinate;
+    }
+
 }