NorthAlabamaStormChase The line in the video is testing some new, essential capabilities of the 3D geospatial vector data/GIS rendering engine for WSV3 Tactical 2025. An overarching principle of this new product is the transition to a truly 3D data viewer, eventually supporting volume rendering, with truly 3D analogues to preexisting rendering components that were essentially 2D - 2D on a 3D sphere. Now we are doing 3D on a 3D sphere.
There are two core engine abilities being tested with that line - projecting vector data to 3D terrain (which requires adaptive subdivision in the case of polylines) and "screenspace extrusion" of the line geometry as opposed to world-space extrusion.
All of WSV3's preeexisting line rendering engines have extruded the geometry in world space, which leads to terrible pixelated distortions of thin lines when you tilt the map off into the horizon (see on V6P for instance with local street data).
Screenspace lines enable rich antialiasing and SDF rendering effects, though are more expensive to render. The final GIS engine will likely support multiple line rendering modes. Thin and complex lines (like local streets) I will probably adaptively rasterize, whereas state/county lines and especially vector data objects (like warning polygons) must be extruded in screenspace for equal line width independent of perspective distortion.
The 3D capability of the rendering engine under development must be able to take the same lat/lon vector data and seamlessly project it to the terrain, or render traditionally to 2D flat sphere. In the image below, you can more clearly see the difference. The traditional non-projected and world-space-extruded lines for county and state appear "underneath" the terrain and poorly handle perspective angle. I intend to have a screenspace-projected 2D flat sphere mode as well, so the user can visually perceive the difference between top-down flat-sphere-surface projected positions and their respective 3D terrain projected counterparts "above" this, according to elevation.
There's even a concept of having all data rendering engines (vector, raster, etc) have two separate modes that seamlessly transition based on camera view: everything is 3D-terrain-projected when camera is above ground (sea-level-elevation-based raster layers have constant height above ground), and then when the user zooms-in "underneath" the terrain, the traditional 2D flat sphere projected data is displayed. Around places like Denver, this would give an accurate perception of space and elevation. From the top-down view, these two modes are identical, and for performance could automatically default to flat-sphere non-terrain projected.
Here are some images which show the difference between projecting points to the 3D terrain vs projecting points to the flat "2.5D" spherical surface equivalent (traditional WSV3).
![](https://wsv3-next-gen-2025.com/forum/assets/files/2023-12-22/1703264388-185665-flatspherelinesandlabelsvs3dterrain.png)
![](https://wsv3-next-gen-2025.com/forum/assets/files/2023-12-22/1703264388-919748-3dterrainprojectedscreenspaceextrudedpolylines.png)
Here are some more general progress screenshots (showing old, 2.5D flat-sphere non-terrain projected GIS lines):
![](https://wsv3-next-gen-2025.com/forum/assets/files/2023-12-22/1703264568-642579-121423-2.png)
![](https://wsv3-next-gen-2025.com/forum/assets/files/2023-12-22/1703268210-789421-121423-1.png)