list_vps - ryzom/ryzomcore GitHub Wiki


title: List of vertex programs description: published: true date: 2023-03-01T05:19:07.281Z tags: editor: markdown dateCreated: 2022-03-08T22:34:28.570Z

List of vertex programs in NL3D

  • Landscape
    • landscapevb_allocator.cpp
      • Far 0
      • Far 1
      • Tile with lightmap
      • Tile without lightmap
  • Per Pixel Light
    • meshvp_per_pixel_light.cpp
      • With/without directional light
      • With/without specular
      • With/without normalization
  • Wind Tree
    • meshvp_wind_tree.cpp
      • 0 to 3 point lights
      • With/without specular
      • With/without normalize
  • Water Shape
    • water_shape.cpp
      • No wave (wave not implemented)
      • With/without diffuse
  • Lighted (partial vertex program used by Wind Tree and Per Pixel Light)
    • render_trav.cpp
      • 0 to 3 point lights
      • With/without specular
      • With/without normalize
  • Vegetation
    • vegetable_manager.cpp
      • Renderpass Lighted
      • Renderpass Lighted 2 sided
      • Renderpass Unlit
      • Renderpass Unlit 2 sided
      • Renderpass Unlit 2 sided z-sort
      • With/without fog

List of vertex programs in Ryzom Client

  • Decal
    • decal.cpp
      • Decal attenuation
⚠️ **GitHub.com Fallback** ⚠️