Package one.empty3.library
Class Lighter
- java.lang.Object
-
- one.empty3.library.Lighter
-
- All Implemented Interfaces:
IBasicLighter
public class Lighter extends java.lang.Object implements IBasicLighter
-
-
Constructor Summary
Constructors Constructor Description Lighter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Color
calculerLumierePoint(Point3D point, java.awt.Color couleur, Point3D normale)
void
config(Point3D pointLumiere, double intensite, double rayonEnglobant)
-
-
-
Method Detail
-
calculerLumierePoint
public java.awt.Color calculerLumierePoint(Point3D point, java.awt.Color couleur, Point3D normale)
- Specified by:
calculerLumierePoint
in interfaceIBasicLighter
-
config
public void config(Point3D pointLumiere, double intensite, double rayonEnglobant)
-
-