PNPerspectiveIwa.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <html lang="ja">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>PN PerspectiveFx Iwa</title>
  5. </head>
  6. <body bgcolor="#f5f5f5" text="#220011">
  7. <h1><img src = ".\img\fx_iwa_pn_perspective.png" width = 30 height = 30 > PN PerspectiveFx Iwa</h1>
  8. <h4>● Overview</h4>
  9. This effect generates a deep Perlin noise pattern on a horizontal plane.<br>
  10. In addition to the normal noise pattern, there is a mode for outputting as an offset reference image<br>
  11. for the WarpHVIno effect, and a mode for outputting the Fresnel reflection intensity of the water surface<br>
  12. as seen from the camera, when the noise pattern is the water surface wave height.
  13. <h4>● Parameters</h4>
  14. <UL>
  15. <LI><b>Mode</b> : Specify drawing mode. There is a choice of the 4 following modes:</LI>
  16. <UL>
  17. <LI><I>Noise</I> : Draws a Perlin noise pattern. The noise value is calculated for each sampling<br>
  18. point obtained by dividing 1 pixel into 100.</LI>
  19. <LI><I>Noise (no resampled)</I> : Draws a Perlin noise pattern. Subpixel processing is not performed<br>
  20. and results are obtained at high speed, but the noise pattern near the horizon is irregular.</LI>
  21. <LI><I>Warp HV offset</I> : When the noise pattern is set to the level of the water surface, the red<br>
  22. or green channel is drawn to show how much the light reflected by the water surface is in the<br>
  23. horizontal or vertical direction.<br>
  24. By connecting to the WarpHVIno effect's "Hori" and "Vert" ports, you can reproduce the distortion of<br>
  25. the reflected water surface. You can adjust the shade of the pattern with the "Wave Height" parameter<br>
  26. described below.<br>
  27. *Since the WarpHVIno effect port refers by default to the Red channel for both "Hori" and "Vert", channel<br>
  28. conversion is required on the "Vert" port side, using Channel Selector effect.</LI>
  29. <LI><I>Fresnel reflectivity</I> : When the noise pattern is high or low on the water surface, the Fresnel<br>
  30. reflection intensity of the water surface as seen from the camera is output in shades. The reflected<br>
  31. intensity at the bottom of the camera frame is normalized and displayed as 0 brightness. You can adjust<br>
  32. the shade of the pattern with the "Wave Height" parameter described below.</LI>
  33. </UL>
  34. <LI><b>Size</b> : Specify the size of the main random pattern.</LI>
  35. <LI><b>Evolution</b> : Specify the expansion of the main random pattern.</LI>
  36. <LI><b>Octaves</b> : Specify how many levels of random pattern to synthesize.</LI>
  37. <LI><b>Offset</b> : Specify the offset position of the first random pattern.<br>
  38. The right direction of the camera is positive on the X axis, and the back direction of the camera is positive on<br>
  39. the Y axis.</LI>
  40. <LI><b>p_Intensity</b> : Specify the pattern intensity ratio, between the current generation and the next<br>
  41. generation.</LI>
  42. <LI><b>p_Size</b> : OSpecify the pattern size ratio, between the current generation and the next generation.</LI>
  43. <LI><b>p_Evolution</b> : Specify the ratio of the pattern evolution period, between the current generation and the next<br>
  44. generation.</LI>
  45. <LI><b>p_Offset</b> : Specify the pattern offset ratio, between the current generation and the next generation.</LI>
  46. <LI><b>Fov</b> : Specify the vertical angle of view of the camera in degrees.<br>
  47. When the angle of view is large, the perspective is emphasized (wide angle), and when the angle of view is<br>
  48. small, the perspective is compressed (telephoto).</LI>
  49. <LI><b>Eye Level</b> : Specify the vanishing point (Horizon line) position of the camera.</LI>
  50. <LI><b>Alpha Rendering</b> : Specifies whether the noise intensity value is also stored in the Alpha channel.</LI>
  51. <LI><b>Wave Height</b> : When the noise pattern is the height of the water surface, specify the difference in wave<br>
  52. height between the maximum and minimum noise positions.<br>
  53. Valid only for "Warp HV offset" and "Fresnel reflectivity" modes.</LI>
  54. </UL>
  55. </body>
  56. </html>