mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 01:05:22 +02:00
fix cloud alpha blending
This commit is contained in:
parent
06a666a4b2
commit
d9798acdc6
@ -85,7 +85,7 @@
|
|||||||
Roll = Math.PI
|
Roll = Math.PI
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Core.GraphicsDevice.BlendState = BlendState.AlphaBlend
|
Core.GraphicsDevice.BlendState = BlendState.NonPremultiplied
|
||||||
|
|
||||||
For Each ModelMesh As ModelMesh In SkydomeModel.Meshes
|
For Each ModelMesh As ModelMesh In SkydomeModel.Meshes
|
||||||
For Each BasicEffect As BasicEffect In ModelMesh.Effects
|
For Each BasicEffect As BasicEffect In ModelMesh.Effects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user