Author Topic: CoronaBitmap parameters  (Read 925 times)

2023-06-05, 12:21:33

sadypisten

  • Active Users
  • **
  • Posts: 14
  • http://istvansady.com/
    • View Profile
Hey,

I've just discovered a problem with CoronaBitmap parameters. I usually use Bezier Float controller to connect the U and V tiling values for different maps in the same material. It works fine with 3ds max default bitmap node, but with CoronaBitmap the tilingU and tilingV parameters sets the tiling mode, not the size. Hope you can fix it in a future update (did not checked if there are more badly connected parameters in any Corona specific maps).

2023-06-05, 12:36:37
Reply #1

rowmanns

  • Corona Team
  • Active Users
  • ****
  • Posts: 1892
  • Corona for 3ds Max QA Team
    • View Profile
Hey,

You probably need to use uvwScale instead.

Thanks,

Rowan
Please read this before reporting bugs: How to report issues to us!
Send me your scene!

2023-06-05, 14:05:08
Reply #2

sadypisten

  • Active Users
  • **
  • Posts: 14
  • http://istvansady.com/
    • View Profile
Hey,

You probably need to use uvwScale instead.

Thanks,

Rowan

Checked this in 3ds max, we do not have this param (Corona 9 hotfix 1). Don't know if it fixed in hotfix 2, but U and V tiling should not a linked uvwScale value. According to my screenshot, there is no suitable param, and still, I guess the tilingU and tilingV should be the thing I need, but it may not connected (in the coronaBitmap code) to the proper value. See attachment.

2023-06-05, 14:25:30
Reply #3

romullus

  • Global Moderator
  • Active Users
  • ****
  • Posts: 8778
  • Let's move this topic, shall we?
    • View Profile
    • My Models
uvwScale is point3 controller, not a float controller. It is definitely working in Corona 9, as it always was and this is not a bug, but by design.
I'm not Corona Team member. Everything i say, is my personal opinion only.
My Models | My Videos | My Pictures

2023-06-05, 14:53:02
Reply #4

sadypisten

  • Active Users
  • **
  • Posts: 14
  • http://istvansady.com/
    • View Profile
uvwScale is point3 controller, not a float controller. It is definitely working in Corona 9, as it always was and this is not a bug, but by design.

Ah, thank you!

Yes, it appears if I use 3 point bezier. Problem solved :)