This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241852 - Try Sample 3D Project (Perform the following for each sample in the above list - 3 tests in all)
Summary: Try Sample 3D Project (Perform the following for each sample in the above lis...
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P4 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 04:10 UTC by swpalmer
Modified: 2014-02-14 04:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2014-02-14 04:10:05 UTC
Did this test with AudioVisualizer3D on OS X 10.9.1 with JDK 1.8.0 b129
NetBeans 8 build 201402130001

- no audio was heard regardless of volume setting on computer (not sure if this is expected or not)

- The sample uses deprecated methods!  

Sample code should generally demonstrate best practices, at least in the domain relevant to the sample.  In this case a deprecated JavaFX method was used repeatedly:  RectangleBuilder

The sample should probably be refactored to avoid the deprecated method.

There was a 3D effect flickering away, though the shape was difficult to see.