JavaFX 3D Tutorial #7 – Reflection with Specular Map

In the 6th chapter, we talked about giving wooden texture to the object. Today, let us see how to give reflection to surfaces in JavaFX 3D. JavaFX provides option to specify specular maps as either image or a color.

Specular Map

Specular maps allows to define a surface’s shininess and highlight colour. The higher the value of a pixel (from black to white), the shinier the surface will appear. Black provides zero reflection and white provides total reflection.

If you want the surface to be having uniform reflection, then use a specular color with Material#setSpecularColor(Color color). Or use Material#setSpecularImage(Image image).

Let’s have a look at the example code.

private Box prepareBox() {
   PhongMaterial material = new PhongMaterial();
   //Set diffuse map
   material.setDiffuseMap(new Image(getClass().getResourceAsStream("/resources/wood.jpg")));
   //Set specular map
   material.setSpecularMap(new Image(getClass().getResourceAsStream("/resources/illuminati.jpg")));

   Box box = new Box(100, 20, 50);
   box.setMaterial(material);
   return box;
}

and the result will be

JavaFX 3D Box with Reflection

 

Specular Map used

 

 

 

 

Visit JavaFX 3D Course Index Page

Meta titles: JavaFX Reflection, JavaFX 3D Specular Map

Comments

51 responses to “JavaFX 3D Tutorial #7 – Reflection with Specular Map”

  1. … [Trackback]

    […] Find More here to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  2. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  3. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  4. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  5. … [Trackback]

    […] Read More here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  6. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  7. … [Trackback]

    […] Information to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  8. … [Trackback]

    […] Read More here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  9. … [Trackback]

    […] There you can find 64635 additional Information on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  10. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  11. … [Trackback]

    […] Find More Information here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  12. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  13. … [Trackback]

    […] Read More on on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  14. … [Trackback]

    […] Read More to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  15. … [Trackback]

    […] Read More here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  16. … [Trackback]

    […] There you will find 89292 more Information on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  17. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  18. … [Trackback]

    […] Find More here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  19. … [Trackback]

    […] Read More here to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  20. … [Trackback]

    […] Read More on on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  21. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  22. … [Trackback]

    […] Find More on on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  23. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  24. … [Trackback]

    […] Read More on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  25. … [Trackback]

    […] Find More to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  26. … [Trackback]

    […] Find More on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  27. … [Trackback]

    […] Information to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  28. … [Trackback]

    […] Read More on on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  29. … [Trackback]

    […] Read More Info here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  30. … [Trackback]

    […] Information to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  31. … [Trackback]

    […] Find More Information here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  32. … [Trackback]

    […] Info on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  33. … [Trackback]

    […] Find More on to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  34. … [Trackback]

    […] Here you will find 61522 more Information to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  35. … [Trackback]

    […] Find More Information here to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  36. … [Trackback]

    […] Info to that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  37. … [Trackback]

    […] Find More on on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  38. … [Trackback]

    […] Read More here on that Topic: genuinecoder.com/javafx-3d-tutorial-7-reflection-with-specular-map/ […]

  39. cheap enclomiphene uk over the counter

    buy cheap enclomiphene uk london

  40. medicament kamagra medicament achat

    kamagra en australie

  41. buying androxal cost usa

    cheap androxal buy san francisco

  42. discount flexeril cyclobenzaprine generic new zealand

    how to buy flexeril cyclobenzaprine generic real

  43. how to buy dutasteride purchase prescription

    cheap dutasteride buy mastercard

  44. purchase gabapentin generic free shipping

    gabapentin perscription from s online

  45. purchase fildena cost effectiveness

    discount fildena purchase no prescription

  46. itraconazole feminino onde comprar

    purchase itraconazole generic for sale

  47. avodart without a persription

    cheap generic avodart

  48. cheap staxyn generic real

    Order staxyn without a perscription from us

  49. cheap rifaximin cheap info

    rifaximin online canadian pharmacy

  50. purchase xifaxan generic does it work

    how to order xifaxan buy online uk

  51. dト嬪テ。 levnテゥ kamagra prテ。ci

    kamagra pナ册nocovテ。nテュ v sobotu

Leave a Reply