-
Notifications
You must be signed in to change notification settings - Fork 94
list_vps
Jan Boon edited this page Mar 8, 2022
·
4 revisions
title: List of vertex programs description: published: true date: 2022-03-08T22:34:28.570Z tags: editor: markdown dateCreated: 2022-03-08T22:34:28.570Z
- Landscape
- landscapevb_allocator.cpp
- Far 0
- Far 1
- Tile with lightmap
- Tile without lightmap
- landscapevb_allocator.cpp
- Per Pixel Light
- meshvp_per_pixel_light.cpp
- With/without directional light
- With/without specular
- With/without normalization
- meshvp_per_pixel_light.cpp
- Wind Tree
- meshvp_wind_tree.cpp
- 0 to 3 point lights
- With/without specular
- With/without normalize
- meshvp_wind_tree.cpp
- Water Shape
- water_shape.cpp
- No wave (wave not implemented)
- With/without diffuse
- water_shape.cpp
- 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
- render_trav.cpp
- 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
- vegetable_manager.cpp
- Decal
- decal.cpp
- Decal attenuation
- decal.cpp