So here's a pretty neat thing, I use VHD's to organize the space on my computer. You can too!
-
Click Start
-
Type in the search bar "Disk par" =>
-
Click first result =>
-
In the program, click "Action" =>
So here's a pretty neat thing, I use VHD's to organize the space on my computer. You can too!
Click Start
Type in the search bar "Disk par" =>
Click first result =>
In the program, click "Action" =>
| #define sectorize(value) step(0.0, (value))*2.0-1.0 | |
| #define sum(value) dot(clamp((value), 1.0, 1.0), (value)) | |
| #define PI 3.141592653589793 | |
| vec2 normalToUvRectOct(vec3 normal){ | |
| normal /= sum(abs(normal)); | |
| if(normal.y > 0.0){ | |
| return normal.xz*0.5+0.5; | |
| } | |
| else{ |