[solved] jme1 -> jme2: Compensation for DitherState

can one of you guys please tell me, what the compensation for the old DitherState/RenderState.RS_DITHER is ? if there is one at all…



The Enumeration RenderState.StateType doesn't contain something comparable, and a stringsearch for "dither" returns only a few results in collada.schema.



So i guess it's a candidate for the deleted classes as well.



Thanks.

Imm0

Yep i guess its gone, what did you use it for?

I guess its a feature which is only rarely used, maybe there are newer/better alternatives.

If your monitor was made before 1995, DitherState might be useful for you since these monitors didn't support 16/32 bit depth color.

Momoko_Fan said:

If your monitor was made before 1995, DitherState might be useful for you since these monitors didn't support 16/32 bit depth color.


mhm, the "image processing" part in the wiki entry http://en.wikipedia.org/wiki/Dither explains it quite well, for anyone interested in the details.  ;)

thank you guys!



Yeah, i think it's rarely used as well.

But i'm porting the office app from jme1 to jme2…and my antecessor has made some changes to the jme1 ColladaImporter.

So i just wanted to be sure that its definitley droped.



I'll add it to the wiki as well.