Author Topic: rounded edge + bump map  (Read 12170 times)

2017-06-09, 16:36:00

Pixelatedvertex

  • Active Users
  • **
  • Posts: 35
    • View Profile
Hi, if I understand it correctly, the rounded edge shader goes into the bump slot of the material node. What's the correct way to go about rounding off edges of a material, that also has to have a bump map. How does one combine these maps properly?
Thanks in advance.

2017-06-09, 18:04:48
Reply #1

denisgo22

  • Active Users
  • **
  • Posts: 702
    • View Profile
Hi, if I understand it correctly, the rounded edge shader goes into the bump slot of the material node. What's the correct way to go about rounding off edges of a material, that also has to have a bump map. How does one combine these maps properly?
Thanks in advance.

Set main bump in CoronaMat slot to 1---/for getting correct power of round edge///
And play to only with options for additional bump textures for get desired power effect of bump texture///
Good luck:)
« Last Edit: 2017-06-09, 18:08:36 by denisgo22 »

2017-06-11, 09:50:18
Reply #2

Pixelatedvertex

  • Active Users
  • **
  • Posts: 35
    • View Profile
Thanks for your reply. Could you post a screenshot of the node correct setup, I'm still unsure about where to plug-in the next bump map, or blending mode the mix-shader should be set to if that's the way to go.

2017-06-11, 11:24:44
Reply #3

Jadefox

  • Primary Certified Instructor
  • Active Users
  • ***
  • Posts: 251
    • View Profile
    • Renderlab

2017-06-11, 18:58:42
Reply #4

Jadefox

  • Primary Certified Instructor
  • Active Users
  • ***
  • Posts: 251
    • View Profile
    • Renderlab
Sorry only saw now that the post is for blender.
Maybe it will work similarly

2017-06-12, 00:36:08
Reply #5

blanchg

  • Moderator
  • Active Users
  • ***
  • Posts: 414
    • View Profile
    • Blender exporter for Corona
My guess is that a Mix node that takes in round edges and your bump mapping will give you what you want.  With maybe multiply or add?

2017-06-12, 09:58:29
Reply #6

Pixelatedvertex

  • Active Users
  • **
  • Posts: 35
    • View Profile
Thanks for your time either way, Jadefox. Multiply might lessen the effect of round edges, bud add might work, thanks. I'm going to do some testing when I have some more time, just didn't want to be rediscovering America, in case there was a workflow for this in place already.

2017-06-12, 10:04:55
Reply #7

Asticles

  • Active Users
  • **
  • Posts: 84
    • View Profile
I use Mix(Add) node.

Regards

2017-06-23, 12:49:17
Reply #8

melviso

  • Active Users
  • **
  • Posts: 398
    • View Profile
    • Portfoilo

2017-06-23, 12:53:06
Reply #9

blanchg

  • Moderator
  • Active Users
  • ***
  • Posts: 414
    • View Profile
    • Blender exporter for Corona

2017-06-24, 03:30:48
Reply #10

melviso

  • Active Users
  • **
  • Posts: 398
    • View Profile
    • Portfoilo
Okay. Thanks. Any chance corona for Blender supports ptex and udim?
« Last Edit: 2017-06-24, 03:35:21 by melviso »

2017-06-26, 00:32:41
Reply #11

blanchg

  • Moderator
  • Active Users
  • ***
  • Posts: 414
    • View Profile
    • Blender exporter for Corona
ptex would be nearly impossible to support unless corona started to.

udim might be possible if you follow this video and maybe replicate the node setup with uvmap nodes using offset and correct clip nodes.


Once Blender supports udim more then better support from the exporter will be possible.

2017-06-26, 21:02:09
Reply #12

melviso

  • Active Users
  • **
  • Posts: 398
    • View Profile
    • Portfoilo
I think by now there should have been more advancement in the area of texturing. A new technique that is better than uvs, udim, and ptex. I just like the fact that ptex requires just one file per mesh. It's the ideal option atm imho for ppl who texture stuff a lot. The need to bother about resolution and pixels are eliminated with this format. I am hoping this gets added to Blender in future. UDIM is nice but it you are using a lot of textures, your list of textures are going to be many and keeping track of them might be a handful.

2017-06-26, 21:35:25
Reply #13

blanchg

  • Moderator
  • Active Users
  • ***
  • Posts: 414
    • View Profile
    • Blender exporter for Corona
As always it is a tradeoff between memory/storage/speed/ease of use.

I agree ptex is good, though changing your Mesh can introduce issues if you aren't careful and memory can blow out as each face is its own texture.

Udim also has its advantage but the main one having different resolution per image can make it harder to use and I suspect a great number of its uses don't take advantage of this.

2017-06-27, 17:23:44
Reply #14

melviso

  • Active Users
  • **
  • Posts: 398
    • View Profile
    • Portfoilo
In cg right now, I think the two areas that have lacked any development to make things easier and faster are rigging and uvs. I can understand why uvs are still the norm but at some point very high resolution textures would require a technique where unique texturing is the norm. I feel there should be research going on in these areas. Everyone seems to be more focused on modelling tools and rendering speed which I agree are very important. Hopefully someone comes up with something better than ptex and would be embraced by the industry.