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

    Loading...
  1. Dashboard
  2. OpenJFX
  3. Main
  4. Discussions
  5. 3D Features

Page History

Versions Compared

Old Version 15

changes.mady.by.user J. Duke

Saved on Oct 05, 2012

compared with

New Version 16

changes.mady.by.user J. Duke

Saved on Oct 05, 2012

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

Key

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

...

Code Segment

Defining Lights

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);

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.23
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 234, "requestCorrelationId": "2c9afbc8418ea1b9"}