Author Topic: Bitmap Displacement Issue  (Read 1180 times)

2020-04-10, 17:22:41

shoebu23

  • Active Users
  • **
  • Posts: 24
    • View Profile
Hello!

I'm sure there's an easy explanation, but what causes this unwanted effect when using bitmaps for displacements (quick example attached)-- only get it when using bitmaps vs. procedural inputs.

Cheers!

2020-04-10, 17:46:53
Reply #1

telemix

  • Active Users
  • **
  • Posts: 29
    • View Profile
8bit bitmap?

The bitmap must be created in 16 bits. Converting from 8 to 16 won't solve the problem.
The bitmap must be created at 16 bit initially.

2020-04-10, 18:12:27
Reply #2

shoebu23

  • Active Users
  • **
  • Posts: 24
    • View Profile
Thank you!!  Explains why I only get this once in awhile- thanks for the help