Gaming : Anti-Aliasing Techniques


Recently,I was learning CocosSharp.It is a game engine which provides technology for making cross-platform games.As soon as you hit the first line of code, you see this`application.PreferMultiSampling = false;`Ok,I see that there is an application object and you are setting its property PreferMultiSampling of type boolean to false.But why should we do this ?MultiSampling is … Continue reading Gaming : Anti-Aliasing Techniques