mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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…
x
Reference in New Issue
Block a user