re-publicize InstancedGeometry no-arg constructor, correct erroneous javadoc - #1230
Conversation
|
Ok... so I looked into this deeper and I was wrong about CameraNode and LightNode. The way they are written, they are totally broken if you use the no-arg constructor so it should be protected. They internally use a control that is never created if you use the no-arg constructor. I'd argue that we should write them to be more flexible but I still think they are useless classes. Sorry I didn't look at the whole class before commenting on them. |
|
Thanks for looking. I'll amend the PR. |
|
Thanks. I was waiting on this to make the 3.3 branch. :) |
|
Huh. None of the other PRs seemed worth waiting for? |
|
I mean, this one was influx. I wasn't going to cut a release until Sunday night and then couldn't find my notes on how to do it. When I found it on Monday, this was still going back and forth so I thought I'd wait. |
Per post-merge discussion of PR #1228, I propose re-publicizing the no-arg constructors for
InstancedGeometry,LightNode, andCameraNode. Also removing/correcting the javadoc for these classes (plusGeometryandNode) since the no-arg constructors are apparently NOT serialization-only.