Jump to content

[SOLVED] [2.0] sprite_01 sample noise


photo

Recommended Posts

Posted

hi. when i trying to open sprite_01 sample 

lots of noises on the image.

some machine open the same sample display all black.

 

same sample works great in 1.0

post-1447-0-76877100-1421988566_thumb.png

Posted

we currently tested on

1:windows 8, intel hd4400, dx11 (noise)

2:windows 7, nvidia GTX580M dx11 (black screen)

3:windows7 , nvidia GTX970 dx11(black screen)

Posted

Hi,

 

To fix this issue, just add this line:

 sprite.setBlendFunc(GUI_BLEND_NONE,GUI_BLEND_NONE);

after

 sprite.setMaterial(engine.materials.findMaterial(material));

UPD: Fixed in Unigine 2.0-beta.

 

 

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...