The hexagon grid and the polar coordinates take soo long. If you already have that part done, the rest of it is fairly simple. I have a bunch of other patterns I can do with hex and polar too.
Hello, to solve the problem that it works only in the positiv axis of the realtive rx and ry please try: var v1=(v0*sv-floor(v0*sv)-.5)/sv; and var v2=((v0*sv+0.5)-floor(v0*sv+.5)-.5)/sv; instead of var v1=(fraction(v0*sv)-.5)/sv; var v2=(fraction(v0*sv+.5)-.5)/sv; .Than ist is easily possible to rotate the koordinates system without moving the center aftewards. Great solutions for Precedual textures.
Hi again! Got some time to play with Percedural Texture and your great equations you’ve made on your channel. Unfortunately I’ve got problem with this equation in this video - is the pasted equation really the right one? I also made an print screen on my iPad to convert the equation on your screen in the video, but non is working… As I can see in Affinity Photo v2.x you can’t save a preset in PT if there an syntax error, so, have you any clue? Thanks again for your effort to make this great videos! /Erik from Sweden
I am on 2.5.7 and it is working on my computer after copying from this page. I used three custom inputs: R: a=2, Angle: ph=180, R: d=3. Otherwise try inserting one variable at a time and see where it fails. If you leave off the semicolon you should see something on the display. Of course, you have to put the semicolon back in to add next var. Let me know if you figure anything out.
@@plasmaportl - thanks for an quick answer! Strange, nothing happening on the screen when I exactly copy your equation. Even when I copy and paste from the screenshot, same thing happens, nothing, still a empty black pixel layer… I will try v2.57 instead. I have an bad habit to always use the latest beta versions on all three Affinity apps, both on Mac and on my iPad Pro 12.9” M1…
@@plasmaportl - Good morning from Sweden! I tried v2.57 of Affinity Photo on the above problem I´ve got with Cube Wall PT in v2.60 beta3. Now it´s works, a bit… I made an new doc with 1024x1024, have all the settings and equation right, but the wall pattern just works on the right side of the document…? I think this PT is very interesting and joyful, so thanks again for your exciting videos!
Pretty long equation! But good! Thanks again for this great videos!
The hexagon grid and the polar coordinates take soo long. If you already have that part done, the rest of it is fairly simple. I have a bunch of other patterns I can do with hex and polar too.
Hello, to solve the problem that it works only in the positiv axis of the realtive rx and ry please try: var v1=(v0*sv-floor(v0*sv)-.5)/sv; and var v2=((v0*sv+0.5)-floor(v0*sv+.5)-.5)/sv; instead of var v1=(fraction(v0*sv)-.5)/sv; var v2=(fraction(v0*sv+.5)-.5)/sv; .Than ist is easily possible to rotate the koordinates system without moving the center aftewards. Great solutions for Precedual textures.
Thanks for the clever solution.
Hi again!
Got some time to play with Percedural Texture and your great equations you’ve made on your channel.
Unfortunately I’ve got problem with this equation in this video - is the pasted equation really the right one?
I also made an print screen on my iPad to convert the equation on your screen in the video, but non is working…
As I can see in Affinity Photo v2.x you can’t save a preset in PT if there an syntax error, so, have you any clue?
Thanks again for your effort to make this great videos!
/Erik from Sweden
I am on 2.5.7 and it is working on my computer after copying from this page. I used three custom inputs: R: a=2, Angle: ph=180, R: d=3. Otherwise try inserting one variable at a time and see where it fails. If you leave off the semicolon you should see something on the display. Of course, you have to put the semicolon back in to add next var. Let me know if you figure anything out.
@@plasmaportl - thanks for an quick answer!
Strange, nothing happening on the screen when I exactly copy your equation.
Even when I copy and paste from the screenshot, same thing happens, nothing, still a empty black pixel layer…
I will try v2.57 instead. I have an bad habit to always use the latest beta versions on all three Affinity apps, both on Mac and on my iPad Pro 12.9” M1…
@@plasmaportl - Good morning from Sweden!
I tried v2.57 of Affinity Photo on the above problem I´ve got with Cube Wall PT in v2.60 beta3.
Now it´s works, a bit…
I made an new doc with 1024x1024, have all the settings and equation right, but the wall pattern just works on the right side of the document…?
I think this PT is very interesting and joyful, so thanks again for your exciting videos!
@ErrkaPetti You have to drag it over with the mouse. Fraction returns a negative number when input is negative.
@ErrkaPetti You may have to type in equations with 2.6, not copy and paste.