[Issue 632] New - PointAttributesRetained : setPointAntialiasingEnable doesn't change the state

View: New views
2 Messages — Rating Filter:   Alert me  

[Issue 632] New - PointAttributesRetained : setPointAntialiasingEnable doesn't change the state

by interactivemesh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://java3d.dev.java.net/issues/show_bug.cgi?id=632
                 Issue #|632
                 Summary|PointAttributesRetained : setPointAntialiasingEnable d
                        |oesn't change the state
               Component|java3d
                 Version|1.5.2
                Platform|All
              OS/Version|All
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|j3d-core
             Assigned to|issues@java3d
             Reported by|interactivemesh






------- Additional comments from interactivemesh@... Tue Oct 27 14:17:33 +0000 2009 -------
PointAttributesRetained : setPointAntialiasingEnable doesn't change the state


The line

'initPointAntialiasingEnable(pointAntialiasing);'

should be replaced by

initPointAntialiasingEnable(state);

in

final void setPointAntialiasingEnable(boolean state) {

    initPointAntialiasingEnable(pointAntialiasing);     // !!!  (state)

    sendMessage(POINT_AA_CHANGED, (state ? Boolean.TRUE: Boolean.FALSE));
}

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 632] PointAttributesRetained : setPointAntialiasingEnable doesn't change the state

by aces-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://java3d.dev.java.net/issues/show_bug.cgi?id=632



User aces changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from aces@... Tue Oct 27 16:11:17 +0000 2009 -------
Thanks!

Fix applied and committed to dev-1_6 .


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...