jMonkeyEngine Hub
Missing needRefresh(true) in BlendState?
Troubleshooting
General Help
blobby
January 29, 2009, 3:34pm
1
Reading the BlendState.java class, I have observed that the methods setConstantColor(), setBlendEquationAlpha(), setBlendEquationRGB() don't call "setNeedsRefresh(true);" like the others setters...
Is it normal? :|