fix cloud alpha blending
This commit is contained in:
parent
06a666a4b2
commit
d9798acdc6
|
@ -85,7 +85,7 @@
|
|||
Roll = Math.PI
|
||||
End If
|
||||
|
||||
Core.GraphicsDevice.BlendState = BlendState.AlphaBlend
|
||||
Core.GraphicsDevice.BlendState = BlendState.NonPremultiplied
|
||||
|
||||
For Each ModelMesh As ModelMesh In SkydomeModel.Meshes
|
||||
For Each BasicEffect As BasicEffect In ModelMesh.Effects
|
||||
|
|
Loading…
Reference in New Issue