Two major features for the Vertices Engine that I got up and running recently were SSR (Screen Space Reflections) and a fully integrated and Serializable Height Map Terrain Editor. It’s written in such a way that the terrain can be added to any level and then saved through XML Serialization like any other file in the Sandbox.
I also managed to get SSR working by using the depth and normal buffers and casting rays into the scene to check for intersections based off of the Cameras position, direction and the reflected normal for each pixel. I’ll have a write up soon with a bit more detail, but for now, check out the video below.