Bug 1331 - Shared nodes under switch nodes, the link doesn’t work properly
Summary: Shared nodes under switch nodes, the link doesn’t work properly
Status: UNCONFIRMED
Alias: None
Product: Java3D
Classification: General
Component: core (show other bugs)
Version: tbd
Hardware: All all
: P4 minor
Assignee: Phil Jordan
URL:
Depends on:
Blocks:
 
Reported: 2016-10-20 00:10 CEST by Phil Jordan
Modified: 2016-10-20 00:11 CEST (History)
1 user (show)

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Jordan 2016-10-20 00:10:52 CEST
I have no test case available for this, however I'm very certain of it.

I note that now I use my own switch system anyway, because removing the children from the scenegraph is far better for memory and performance than attempting to conditionally traverse the tree.

My personal thoughts on this:
Also I've found the links and sharedgroups are slow, and nearly the exact same benefits can be gained by simply sharing the Appearance, texture and coordinate buffers at the lowest level.

I recognize that shared groups are supposed to make sharing a complex scene graph sub tree easy, but given that ALL interesting sub trees are loaded from file, it's not a very useful mechanism (in my opinion).

Notwithstanding the above the links under switches MUST be made to work again.