at the last part maybe it is better to use "img_pos + 0.5 / set(XRES, YRES)" instead so that you sample from the center of each pixel, which should give correct result. Thanks it is a great tutorial!
Hi Moritz, speichern kannst Du das Bild mit einem Rechtsklick und "Save frame". Das Beleuchten und Rendern mit Mantra habe ich in diesem Video angerissen: ruclips.net/video/9nBmAx6lQVA/видео.html Und hier wäre ein passendes File: forums.odforce.net/topic/45952-abstracting-a-bunch-of-photos-in-tops/?tab=comments#comment-215586
Hi Moritz, you can save the image with a right click and "Save frame". I have touched on lighting and rendering with Mantra in this video: ruclips.net/video/9nBmAx6lQVA/видео.html And here is a suitable file: forums.odforce.net/topic/45952-abstracting-a-bunch-of-photos-in-tops/?tab=comments#comment-215586
@@KonstantinMagnus okay. das habe ich jetzt geschafft. ist es auch möglich, dass bild mit den "quadtrees" - also den ganzen quadraten - zu exportieren? ich habe dir diesbezüglich auch eine mail geschrieben. würde mich über eine antwort freuen ;)
is there any chance to convert the snippet into nodes, just to understand the method more.. i'm not familier with snippet and i have no idea if we can convert what you have did into just standards nodes, but thanks it is very useful
Hi! Well yes, you can express the same thing in VOP nodes, too. Mostly to be found by very similar names. Just put your file on the Houdini forums and you'll get help.
@@KonstantinMagnus thanks alot i already found another tutorial for you where you used nodes inside of snippet :) it was very helpful.. manyt thanks.. you are awesome
One more tip: The result gets a lot crisper if you connect the "recolor" wrangle directly to "attribfrommap".
Amazing, Thank you.
I like your style!!! very cool
Thank you, Jinchao!
This COP-import thing is what I looked for... Thank You! This helped alot!
Well, then also make sure to look into the SOP import routine:
forums.odforce.net/topic/47032-weathering-texture-tool/?tab=comments#comment-219309
Thank You , Konstantin!
Thank You very much, Konstantin!
Thanks mate that was really inspiring
at the last part maybe it is better to use "img_pos + 0.5 / set(XRES, YRES)" instead so that you sample from the center of each pixel, which should give correct result. Thanks it is a great tutorial!
Can you share the hip?
Hi, I don't think I have it anymore.
Hallo Konstantin,
kannst du mal zeigen, wie man ein solches Bild (gg. mit Kamera und Licht) als .png exportieren kann?
Hi Moritz, speichern kannst Du das Bild mit einem Rechtsklick und "Save frame".
Das Beleuchten und Rendern mit Mantra habe ich in diesem Video angerissen: ruclips.net/video/9nBmAx6lQVA/видео.html
Und hier wäre ein passendes File: forums.odforce.net/topic/45952-abstracting-a-bunch-of-photos-in-tops/?tab=comments#comment-215586
Hi Moritz, you can save the image with a right click and "Save frame".
I have touched on lighting and rendering with Mantra in this video: ruclips.net/video/9nBmAx6lQVA/видео.html
And here is a suitable file: forums.odforce.net/topic/45952-abstracting-a-bunch-of-photos-in-tops/?tab=comments#comment-215586
@@KonstantinMagnus Rechtsklick auf was genau? wenn ich auf "grid1" rechtsklicke, kann ich nur save gallery und da gibts keine .jpeg
@@moritzbosch1517 Direkt auf das Pixel-Bild im COP Kontext. Das grid1 besteht noch aus Polygonen.
@@KonstantinMagnus okay. das habe ich jetzt geschafft. ist es auch möglich, dass bild mit den "quadtrees" - also den ganzen quadraten - zu exportieren? ich habe dir diesbezüglich auch eine mail geschrieben. würde mich über eine antwort freuen ;)
is there any chance to convert the snippet into nodes, just to understand the method more.. i'm not familier with snippet and i have no idea if we can convert what you have did into just standards nodes, but thanks it is very useful
Hi! Well yes, you can express the same thing in VOP nodes, too. Mostly to be found by very similar names.
Just put your file on the Houdini forums and you'll get help.
@@KonstantinMagnus thanks alot i already found another tutorial for you where you used nodes inside of snippet :) it was very helpful.. manyt thanks.. you are awesome
Why don't you use CVEX ? Seems more suited to your examples especially if you want to work at higher res no ?
I simply didn't run into any speed issues yet. Would you rather go for inline VOPs in COPs instead?