-1

when i put a detailed object in camera.ui by doing this

the_object = Entity(model='gun', texture="gun_texture")

the gun would be pretty noised

this is how it should've looked like enter image description here

this is how it turned out enter image description here my problem isnt the scale obviously my problem is the black noise

Bahjat
  • 25
  • 4

1 Answers1

0

Try

the_object = Entity(model='gun', texture="gun_texture", double_sided=True)
buddemat
  • 4,552
  • 14
  • 29
  • 49