GPUGrassBladePainter OFFICIAL SALE

GPUGrassBladePainter is a plant painting tool that allows you to paint vegetation on any mesh renderer easily. Unlike Unity or other terrain packages, which can only paint on their own surfaces, the GPUPlantPainter offers GPU per-instance culling and instanced rendering, avoiding the use of SSBO (Shader Storage Buffer Object), significantly improving cross-platform compatibility (Mali vertex shader does not support SSBO).


In addition, it uses randomly generated curve parameters and procedurally generated vegetation transform data to ensure non-repeating grass blades, achieving a rice stalk-like effect.


Feature list: 

  • SplineGrassBlade:Randomly generated curve parameters and procedurally generated vegetation transform data ensure non-repeating grass blades, achieving a rice-stalk-like effect.
  • Randomly Distributed Transform Mechanism:No pre-storage of transform data, significantly optimizing load times and memory usage.
  • RenderTexture Storage:Does not use AppendBuffer, ensuring compatibility with lower-end mobile hardware.
  • GPU Brush for Grass Painting:Supports multiple mask textures, balancing performance and detail precision.
  • Lighting Calculation:Uses UniversalFragmentBlinnPhong, supporting tip and bottom colors, providing finer control over lighting.
  • Color Brush:Allows for painting grass blades with any color, enhancing artistic freedom.
  • Base Fade Processing:Smooth transition based on height and afterOpaqueColor, avoiding alpha sorting issues.
  • Shadow Support (Optional):Supports both casting and receiving shadows for the grass.
  • GPU View Frustum Culling and Random Curve Simulation:Balances visual effects and performance for both near and distant scenes.
  • Random Wind Influence on Curve Generation:Enhances the natural variation of wind effects.
  • Voronoi Clamp:Uses Voronoi algorithm to control the growth distribution of grass, achieving clustered grass patches instead of random distribution.
  • Character Interaction (Optional):GPU-calculated dynamic displacement of grass blades, avoiding loop calculations in Vertex Shader, improving performance.
  • Distance Fade Processing:Enhances performance and visual effects from a perspective view.
  • Custom Mesh and Albedo-Specular Map (Optional):Supports flexible vegetation appearance design.
  • Adaptive surface-based functionality:uses dynamic height texture capture during editing, and avoids additional calculations during runtime, improving performance.