• Home
    • View
    • Login
    This page
    • Normal
    • Export PDF
    • Page Information

    Loading...
  1. Dashboard
  2. Undefined Space
  3. OpenJFX
  4. 3D Features

Page History

Versions Compared

Old Version 16

changes.mady.by.user J. Duke

Saved on Oct 05, 2012

compared with

New Version 17

changes.mady.by.user J. Duke

Saved on Oct 05, 2012

  • Previous Change: Difference between versions 15 and 16
  • Next Change: Difference between versions 17 and 18
  • View Page History

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 // Create point light and add it to the Scene
 PointLight light = new PointLight();
 light.setColor(Color.RED);
 scene.getLights().add(light);

 // Add light to scene graph (so it can move)
 Group lightGroup = new Group();
 lightGroup.getChildren().add(light);
 root.getChildren().add(lightGroup);

 // Rotate the light
 light.rotate(45);

 // Move the lightGroup (light moves with it)
 lightGroup.setTranslateZ(-75);

Defining Materials

Code Block

 // Create material
 Material mat = new PhongMaterial();
 Image diffuseMap = new Image("diffuseMap.png");
 Image bumpMap = new Image("normalMap.png");

 // Set material properties
 mat.setDiffuseMap(diffuseMap);
 mat.setBumpMap(normalMap);
 mat.setSpecularColor(Color.WHITE);

 // Use the material for a shape
 shape3d.setMaterial(mat);

XXXXXXXXXXx

Overview
Content Tools
ThemeBuilder

Terms of Use
• License: GPLv2
• Privacy • Trademarks • Contact Us

Powered by a free Atlassian Confluence Open Source Project License granted to https://www.atlassian.com/software/views/opensource-community-additional-license-offer. Evaluate Confluence today.

  • Kolekti ThemeBuilder Powered by Atlassian Confluence 8.5.21
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 334, "requestCorrelationId": "49b480b5262b610a"}