Improve demos
This commit is contained in:
committed by
Jérôme Leclercq
parent
5a57976b4b
commit
06f45db91c
@@ -215,6 +215,7 @@ int main()
|
||||
{
|
||||
renderStates.depthClamp = true;
|
||||
renderStates.depthWrite = false;
|
||||
renderStates.faceCulling = Nz::FaceCulling::None;
|
||||
renderStates.blending = true;
|
||||
renderStates.blend.modeColor = Nz::BlendEquation::Add;
|
||||
renderStates.blend.modeAlpha = Nz::BlendEquation::Add;
|
||||
|
||||
Reference in New Issue
Block a user