123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709 |
- #! ./Contents/MacOS/Nuke6.1v2b5 -nx
- version 6.1 v2b5
- Gizmo {
- help "A fast (FFT-based) approximation of brute force environment map convolution a la HDR Shop, using a Phong BRDF. The output image is seamless and can be diffuse or specular.\n\nFor a diffuse surface, a 512*256 map will hold enough detail. Higher resolution is required depending on how specular the surface is."
- addUserKnob {20 EnvConvolve l "Env Convolve"}
- addUserKnob {7 phexp l exponent t "Set to 1 is a diffuse surface. Anything higher exponentially increases glossiness/specularity." R 1 200}
- phexp 1
- }
- BackdropNode {
- inputs 0
- name BackdropNode18
- tile_color 0x7171c600
- label "Phong BRDF"
- note_font_size 24
- xpos -1331
- ypos -177
- bdwidth 197
- bdheight 176
- }
- BackdropNode {
- inputs 0
- name BackdropNode4
- tile_color 0x8e8e3800
- label -Z
- note_font_size 24
- xpos -925
- ypos -494
- bdwidth 216
- bdheight 142
- }
- BackdropNode {
- inputs 0
- name BackdropNode12
- tile_color 0x8e8e3800
- label +Z
- note_font_size 24
- xpos -586
- ypos -495
- bdwidth 216
- bdheight 142
- }
- Input {
- inputs 0
- name Input
- xpos -1033
- ypos -1072
- }
- set N1bf4fdc0 [stack 0]
- Dot {
- name Dot4
- xpos -1492
- ypos -958
- }
- Dot {
- name Dot6
- xpos -1492
- ypos 856
- }
- push $N1bf4fdc0
- Shuffle {
- red black
- green black
- blue black
- alpha white
- name Shuffle1
- xpos -1033
- ypos -763
- }
- set N2d59780 [stack 0]
- Reformat {
- type scale
- name Reformat3
- label "Pass through"
- xpos -723
- ypos -741
- }
- Expression {
- expr0 cos(2*PI*x/size.w+PI/2)*sin(PI*(y/size.h))
- expr1 cos(PI*(1-y/size.h))
- expr2 cos(2*PI*x/size.w)*sin(PI*(y/size.h))
- name Expression3
- label "latlong unit sphere"
- selected true
- xpos -723
- ypos -701
- postage_stamp true
- addUserKnob {20 User}
- addUserKnob {14 size R 0 100}
- size {{!proxy?input.width:(input.width/proxy_scale) i} {!proxy?input.height:(input.height/proxy_scale) i}}
- }
- set N23ae86b0 [stack 0]
- Dot {
- name Dot3
- xpos -262
- ypos -666
- }
- Dot {
- name Dot2
- xpos -276
- ypos 397
- }
- Dot {
- name Dot1
- xpos -809
- ypos 397
- }
- set N2d6db10 [stack 0]
- Shuffle {
- alpha blue
- name Shuffle4
- label "Z direction to alpha"
- xpos -843
- ypos 704
- }
- Grade {
- channels alpha
- whitepoint 0.98
- gamma 0.8
- white_clamp true
- name Grade1
- xpos -843
- ypos 744
- }
- push $N2d6db10
- Group {
- name RotationMatrix3
- help "Use this for rotating xyz vector data such as P and N."
- xpos -776
- ypos 476
- addUserKnob {20 RotationMatrix}
- addUserKnob {13 rot l rotation t "Link to say axis' or camera's rotate.\nYaw = y axis.\nPitch = x axis.\nRoll = z axis."}
- rot {0 180 0}
- }
- Input {
- inputs 0
- name Input
- xpos -304
- ypos -17
- }
- ColorMatrix {
- matrix {
- {{cos(radians(yrot)) i} 0 {-sin(radians(yrot)) i}}
- {0 1 0}
- {{sin(radians(yrot)) i} 0 {cos(radians(yrot)) i}}
- }
- name ColorMatrix14
- label "yrot (yaw)"
- xpos -304
- ypos 89
- addUserKnob {20 "" l User}
- addUserKnob {7 yrot l "y rotation" R -90 90}
- yrot {{parent.rot.y i}}
- }
- ColorMatrix {
- matrix {
- {1 0 0}
- {0 {cos(radians(xrot)) i} {sin(radians(xrot)) i}}
- {0 {-sin(radians(xrot)) i} {cos(radians(xrot)) i}}
- }
- name ColorMatrix15
- label "xrot (pitch)\n"
- xpos -304
- ypos 127
- addUserKnob {20 "" l User}
- addUserKnob {7 xrot l "x rotation" R -90 90}
- xrot {{parent.rot.x i}}
- }
- ColorMatrix {
- matrix {
- {{cos(radians(zrot)) i} {sin(radians(zrot)) i} 0}
- {{-sin(radians(zrot)) i} {cos(radians(zrot)) i} 0}
- {0 0 1}
- }
- name ColorMatrix13
- label "zrot (roll)"
- xpos -304
- ypos 165
- addUserKnob {20 "" l User}
- addUserKnob {7 zrot l "z rotation" R -90 90}
- zrot {{parent.rot.z i}}
- }
- Output {
- name Output1
- xpos -304
- ypos 280
- }
- end_group
- Expression {
- temp_name0 radius
- temp_expr0 ".5/pi*acos(-b)/sqrt(r*r + g*g)"
- expr0 "0.5 + (r*radius)"
- expr1 "0.5 + (g*radius)"
- expr2 0
- name AngularMapProjection3
- xpos -776
- ypos 502
- }
- push $N2d59780
- Reformat {
- type scale
- scale {1 2}
- resize none
- name Reformat2
- xpos -1033
- ypos -335
- }
- Expression {
- expr0 (pi+atan(cx,cy))/(2*pi)
- expr1 sqrt((cx**2)+(cy**2))
- expr2 0
- name st2polar1
- xpos -1033
- ypos -291
- }
- set N1bf5aa60 [stack 0]
- push $N1bf5aa60
- push $N2d59780
- Reformat {
- type scale
- scale 2
- name Reformat1
- xpos -1230
- ypos -523
- }
- Expression {
- expr0 cos(2*PI*x/size.w+PI/2)*sin(PI*(y/size.h))
- expr1 cos(PI*(1-y/size.h))
- expr2 cos(2*PI*x/size.w)*sin(PI*(y/size.h))
- name Expression1
- label "latlong unit sphere"
- xpos -1230
- ypos -497
- postage_stamp true
- addUserKnob {20 User}
- addUserKnob {14 size R 0 100}
- size {{!proxy?input.width:(input.width/proxy_scale) i} {!proxy?input.height:(input.height/proxy_scale) i}}
- }
- Group {
- name RotationMatrix1
- help "Use this for rotating xyz vector data such as P and N."
- label identity
- xpos -1230
- ypos -409
- addUserKnob {20 RotationMatrix}
- addUserKnob {13 rot l rotation t "Link to say axis' or camera's rotate.\nYaw = y axis.\nPitch = x axis.\nRoll = z axis."}
- rot {0 90 -90}
- }
- Input {
- inputs 0
- name Input
- xpos -304
- ypos -17
- }
- ColorMatrix {
- matrix {
- {{cos(radians(yrot)) i} 0 {-sin(radians(yrot)) i}}
- {0 1 0}
- {{sin(radians(yrot)) i} 0 {cos(radians(yrot)) i}}
- }
- name ColorMatrix14
- label "yrot (yaw)"
- xpos -304
- ypos 89
- addUserKnob {20 "" l User}
- addUserKnob {7 yrot l "y rotation" R -90 90}
- yrot {{parent.rot.y i}}
- }
- ColorMatrix {
- matrix {
- {1 0 0}
- {0 {cos(radians(xrot)) i} {sin(radians(xrot)) i}}
- {0 {-sin(radians(xrot)) i} {cos(radians(xrot)) i}}
- }
- name ColorMatrix15
- label "xrot (pitch)\n"
- xpos -304
- ypos 127
- addUserKnob {20 "" l User}
- addUserKnob {7 xrot l "x rotation" R -90 90}
- xrot {{parent.rot.x i}}
- }
- ColorMatrix {
- matrix {
- {{cos(radians(zrot)) i} {sin(radians(zrot)) i} 0}
- {{-sin(radians(zrot)) i} {cos(radians(zrot)) i} 0}
- {0 0 1}
- }
- name ColorMatrix13
- label "zrot (roll)"
- xpos -304
- ypos 165
- addUserKnob {20 "" l User}
- addUserKnob {7 zrot l "z rotation" R -90 90}
- zrot {{parent.rot.z i}}
- }
- Output {
- name Output1
- xpos -304
- ypos 280
- }
- end_group
- Shuffle {
- red blue
- blue red
- name Shuffle3
- xpos -1230
- ypos -351
- }
- STMap {
- inputs 2
- channels rgb
- uv rgb
- name STMap25
- label "latlong to angular"
- xpos -1230
- ypos -298
- }
- CopyBBox {
- inputs 2
- name CopyBBox1
- xpos -1230
- ypos -260
- }
- Dot {
- name Dot9
- xpos -1196
- ypos -131
- }
- set N2dac150 [stack 0]
- Shuffle {
- red black
- green black
- blue white
- name Shuffle2
- label "Make +z vector"
- xpos -1313
- ypos -121
- }
- push $N2dac150
- MergeExpression {
- inputs 2
- temp_name0 DotProduct
- temp_expr0 (Ar*Br)+(Ag*Bg)+(Ab*Bb)
- channel0 rgb
- expr0 max(0,DotProduct)
- name MergeExpression2
- label "dot product (N.L)"
- xpos -1230
- ypos -74
- }
- Expression {
- channel0 rgb
- expr0 pow(r,phexp)
- channel1 none
- channel2 {-rgba.red -rgba.green -rgba.blue}
- channel3 {none none none -rgba.alpha}
- name PhongExponent1
- xpos -1230
- ypos -34
- addUserKnob {20 User}
- addUserKnob {7 phexp l "phong exponent" R 1 200}
- phexp {{parent.phexp.main i}}
- }
- FFT {
- channels rgb
- normalize_input true
- center_kernel true
- name FFT3
- xpos -863
- ypos 208
- }
- set N17580a10 [stack 0]
- push $N1bf5aa60
- push $N23ae86b0
- Group {
- name RotationMatrix4
- help "Use this for rotating xyz vector data such as P and N."
- label identity
- xpos -723
- ypos -593
- addUserKnob {20 RotationMatrix}
- addUserKnob {13 rot l rotation t "Link to say axis' or camera's rotate.\nYaw = y axis.\nPitch = x axis.\nRoll = z axis."}
- rot {0 90 -90}
- }
- Input {
- inputs 0
- name Input
- xpos -304
- ypos -17
- }
- ColorMatrix {
- matrix {
- {{cos(radians(yrot)) i} 0 {-sin(radians(yrot)) i}}
- {0 1 0}
- {{sin(radians(yrot)) i} 0 {cos(radians(yrot)) i}}
- }
- name ColorMatrix14
- label "yrot (yaw)"
- xpos -304
- ypos 89
- addUserKnob {20 "" l User}
- addUserKnob {7 yrot l "y rotation" R -90 90}
- yrot {{parent.rot.y i}}
- }
- ColorMatrix {
- matrix {
- {1 0 0}
- {0 {cos(radians(xrot)) i} {sin(radians(xrot)) i}}
- {0 {-sin(radians(xrot)) i} {cos(radians(xrot)) i}}
- }
- name ColorMatrix15
- label "xrot (pitch)\n"
- xpos -304
- ypos 127
- addUserKnob {20 "" l User}
- addUserKnob {7 xrot l "x rotation" R -90 90}
- xrot {{parent.rot.x i}}
- }
- ColorMatrix {
- matrix {
- {{cos(radians(zrot)) i} {sin(radians(zrot)) i} 0}
- {{-sin(radians(zrot)) i} {cos(radians(zrot)) i} 0}
- {0 0 1}
- }
- name ColorMatrix13
- label "zrot (roll)"
- xpos -304
- ypos 165
- addUserKnob {20 "" l User}
- addUserKnob {7 zrot l "z rotation" R -90 90}
- zrot {{parent.rot.z i}}
- }
- Output {
- name Output1
- xpos -304
- ypos 280
- }
- end_group
- set N1bf9e760 [stack 0]
- Group {
- name RotationMatrix2
- help "Use this for rotating xyz vector data such as P and N."
- xpos -575
- ypos -440
- addUserKnob {20 RotationMatrix}
- addUserKnob {13 rot l rotation t "Link to say axis' or camera's rotate.\nYaw = y axis.\nPitch = x axis.\nRoll = z axis."}
- rot {0 180 0}
- }
- Input {
- inputs 0
- name Input
- xpos -304
- ypos -17
- }
- ColorMatrix {
- matrix {
- {{cos(radians(yrot)) i} 0 {-sin(radians(yrot)) i}}
- {0 1 0}
- {{sin(radians(yrot)) i} 0 {cos(radians(yrot)) i}}
- }
- name ColorMatrix14
- label "yrot (yaw)"
- xpos -304
- ypos 89
- addUserKnob {20 "" l User}
- addUserKnob {7 yrot l "y rotation" R -90 90}
- yrot {{parent.rot.y i}}
- }
- ColorMatrix {
- matrix {
- {1 0 0}
- {0 {cos(radians(xrot)) i} {sin(radians(xrot)) i}}
- {0 {-sin(radians(xrot)) i} {cos(radians(xrot)) i}}
- }
- name ColorMatrix15
- label "xrot (pitch)\n"
- xpos -304
- ypos 127
- addUserKnob {20 "" l User}
- addUserKnob {7 xrot l "x rotation" R -90 90}
- xrot {{parent.rot.x i}}
- }
- ColorMatrix {
- matrix {
- {{cos(radians(zrot)) i} {sin(radians(zrot)) i} 0}
- {{-sin(radians(zrot)) i} {cos(radians(zrot)) i} 0}
- {0 0 1}
- }
- name ColorMatrix13
- label "zrot (roll)"
- xpos -304
- ypos 165
- addUserKnob {20 "" l User}
- addUserKnob {7 zrot l "z rotation" R -90 90}
- zrot {{parent.rot.z i}}
- }
- Output {
- name Output1
- xpos -304
- ypos 280
- }
- end_group
- Expression {
- temp_name0 u
- temp_expr0 0.5*(1+atan(b,r)/pi)
- temp_name1 v
- temp_expr1 acos(-g)/pi
- expr0 u
- expr1 v
- expr2 0
- channel3 {none none none -rgba.alpha}
- name SphericalProjection6
- label "Convert normals \nto latlong UV coords"
- xpos -575
- ypos -414
- }
- push $N1bf4fdc0
- Dot {
- name Dot5
- xpos -431
- ypos -630
- }
- set N1bfdf7e0 [stack 0]
- STMap {
- inputs 2
- channels rgb
- uv rgb
- name STMap14
- xpos -465
- ypos -400
- }
- STMap {
- inputs 2
- channels rgb
- uv rgb
- name STMap15
- label "latlong to angular"
- xpos -682
- ypos 228
- }
- Group {
- inputs 2
- name FFTConvolve3
- xpos -682
- ypos 307
- }
- Input {
- inputs 0
- name brdf
- xpos -768
- ypos -542
- number 1
- }
- Input {
- inputs 0
- name probe
- xpos -592
- ypos -543
- }
- FFT {
- channels rgb
- name FFT1
- xpos -615
- ypos -466
- }
- FFTMultiply {
- inputs 2
- channels rgb
- name FFTMultiply4
- xpos -669
- ypos -404
- }
- InvFFT {
- channels rgb
- name InvFFT4
- xpos -669
- ypos -378
- }
- Output {
- name Output1
- xpos -669
- ypos -278
- }
- end_group
- STMap {
- inputs 2
- channels rgba
- uv rgb
- name STMap26
- xpos -682
- ypos 560
- }
- push $N2d6db10
- Expression {
- temp_name0 radius
- temp_expr0 ".5/pi*acos(-b)/sqrt(r*r + g*g)"
- expr0 "0.5 + (r*radius)"
- expr1 "0.5 + (g*radius)"
- expr2 0
- name AngularMapProjection
- xpos -964
- ypos 500
- }
- push $N17580a10
- push $N1bf5aa60
- push $N1bf9e760
- Expression {
- temp_name0 u
- temp_expr0 0.5*(1+atan(b,r)/pi)
- temp_name1 v
- temp_expr1 acos(-g)/pi
- expr0 u
- expr1 v
- expr2 0
- channel3 {none none none -rgba.alpha}
- name SphericalProjection5
- label "Convert normals \nto latlong UV coords"
- xpos -914
- ypos -413
- }
- push $N1bfdf7e0
- STMap {
- inputs 2
- channels rgb
- uv rgb
- name STMap13
- xpos -804
- ypos -399
- }
- STMap {
- inputs 2
- channels rgb
- uv rgb
- name STMap12
- label "latlong to angular"
- xpos -1033
- ypos 209
- }
- Group {
- inputs 2
- name FFTConvolve1
- xpos -1033
- ypos 305
- }
- Input {
- inputs 0
- name brdf
- xpos -768
- ypos -542
- number 1
- }
- Input {
- inputs 0
- name probe
- xpos -592
- ypos -543
- }
- FFT {
- channels rgb
- name FFT1
- xpos -615
- ypos -466
- }
- FFTMultiply {
- inputs 2
- channels rgb
- name FFTMultiply4
- xpos -669
- ypos -404
- }
- InvFFT {
- channels rgb
- name InvFFT4
- xpos -669
- ypos -378
- }
- Output {
- name Output1
- xpos -669
- ypos -278
- }
- end_group
- STMap {
- inputs 2
- channels rgba
- uv rgb
- name STMap24
- xpos -1033
- ypos 566
- }
- Keymix {
- inputs 3
- channels rgb
- name Keymix3
- xpos -843
- ypos 852
- }
- CopyBBox {
- inputs 2
- name CopyBBox2
- xpos -843
- ypos 897
- }
- Output {
- name Output1
- xpos -843
- ypos 1015
- }
- end_group
|