Mixing Gum and 3D
Introduction
XNA-Likes (MonoGame, FNA, KNI) and Draw
GraphicsDevice.BlendState = BlendState.AlphaBlend; GraphicsDevice.DepthStencilState = DepthStencilState.None; GraphicsDevice.RasterizerState = RasterizerState.CullCounterClockwise; GraphicsDevice.SamplerStates[0] = SamplerState.LinearClamp;GraphicsDevice.BlendState = BlendState.Opaque; GraphicsDevice.DepthStencilState = DepthStencilState.Default;GraphicsDevice.SamplerStates[0] = SamplerState.LinearWrap;
Last updated
Was this helpful?

