JavaFX 3D Tutorial #8 – Lighting with PointLight and AmbientLight

In this chapter, we will see how to add lighting to the JavaFX 3D. Lighting is one of the most important parts in 3D application development since it decides what should be visible at a point of time.

JavaFX provides two options for lighting. One is AmbientLight and another one is PointLight.

Ambient Light

An ambient light radiates lights equally in all directions. When it is used, all the surfaces of the 3D object get equal amount of light. It can be considered as a natural default light.

Let’s see how we can add Ambient Light. You can give the color of the light by using setColor() method.

private LightBase prepareLightSource() {
        //Create light object
	AmbientLight light = new AmbientLight();
	//Set light color
	light.setColor(Color.DEEPSKYBLUE);
	return light;
}

Screenshot:-

Point Light

A point light can be considered as a light bulb that emits light in all directions. You can think of a point light as a sphere of light filling an area. Objects closer to the light will be brighter, and objects further away will be darker. JavaFX allows to add point light using javafx.scene.PointLight class.

private LightBase prepareLightSource() {
	//Create point light
	PointLight pointLight = new PointLight();
	//Set light color
	pointLight.setColor(Color.RED);
	//Set location of light source
	pointLight.getTransforms().add(new Translate(0,-50,100));
}

Screenshot:-

Visit JavaFX 3D Course Index Page

Comments

51 responses to “JavaFX 3D Tutorial #8 – Lighting with PointLight and AmbientLight”

  1. … [Trackback]

    […] Find More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  2. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  3. … [Trackback]

    […] Find More here on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  4. … [Trackback]

    […] Find More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  5. … [Trackback]

    […] Find More Info here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  6. … [Trackback]

    […] Read More on on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  7. … [Trackback]

    […] Read More Info here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  8. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  9. … [Trackback]

    […] There you will find 42275 more Info on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  10. … [Trackback]

    […] Read More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  11. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  12. … [Trackback]

    […] Information on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  13. … [Trackback]

    […] There you can find 46275 more Info on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  14. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  15. … [Trackback]

    […] Find More on to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  16. … [Trackback]

    […] There you will find 39221 additional Information on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  17. … [Trackback]

    […] Read More on to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  18. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  19. … [Trackback]

    […] Information to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  20. … [Trackback]

    […] Read More on to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  21. … [Trackback]

    […] Read More here on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  22. … [Trackback]

    […] Find More Info here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  23. … [Trackback]

    […] Here you will find 2783 more Information on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  24. … [Trackback]

    […] Find More here on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  25. … [Trackback]

    […] Information on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  26. … [Trackback]

    […] There you can find 81086 more Information on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  27. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  28. … [Trackback]

    […] Read More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  29. … [Trackback]

    […] Read More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  30. … [Trackback]

    […] Find More here on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  31. … [Trackback]

    […] Find More here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  32. … [Trackback]

    […] Here you can find 82047 more Info on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  33. … [Trackback]

    […] Read More here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  34. … [Trackback]

    […] Find More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  35. … [Trackback]

    […] There you will find 48549 more Information to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  36. … [Trackback]

    […] Info on that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  37. … [Trackback]

    […] Read More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  38. … [Trackback]

    […] Find More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-8-lighting-with-pointlight-and-ambientlight/ […]

  39. buy androxal tabs uk

    ordering androxal canada drugs

  40. Online enclomiphene no perscription

    get free samples enclomiphene

  41. online order rifaximin mastercard buy

    how to buy rifaximin buy safely online

  42. cheap xifaxan generic canada no prescription

    cheapest buy xifaxan uk order

  43. discount store buy staxyn

    buying staxyn canada purchase

  44. purchase avodart generic in canada

    buy avodart united kingdom

  45. purchase dutasteride purchase tablets

    dutasteride mail order

  46. Buy generic flexeril cyclobenzaprine no perscription

    buy cheap flexeril cyclobenzaprine usa where to buy

  47. discount gabapentin generic gabapentins

    ordering gabapentin buy online usa

  48. buy fildena purchase no prescription

    buy fildena no prescription cod

  49. how to buy itraconazole price from cvs

    how to order itraconazole cheap new zealand

  50. online lékárna kamagra

    kamagra a porovnání cen

  51. kamagra livré le lendemain

    comment puis-je commander kamagra sans perscrption

Leave a Reply