Class RtLight

    • Field Detail

      • mDiffuseColor

        protected float mDiffuseColor
      • mSpecularColor

        protected float mSpecularColor
      • mPosition

        protected Point3D mPosition
      • mLightType

        protected int mLightType
      • mIntensite

        protected double mIntensite
    • Constructor Detail

      • RtLight

        public RtLight​(Point3D position,
                       float diffuseColor,
                       float specularColor,
                       RtColor CColor,
                       int type)
      • RtLight

        public RtLight​(int light,
                       java.lang.String light1)
    • Method Detail

      • getPosition

        public Point3D getPosition()
      • getColor

        public RtColor getColor()
      • getType

        public int getType()
      • setIntensite

        public void setIntensite​(int intensite)