Fix heightmap shadow rt and draw the light pos

This commit is contained in:
2019-01-10 22:21:44 +01:00
parent 9787175b13
commit 6ba29926ef
7 changed files with 40 additions and 22 deletions

View File

@@ -32,6 +32,7 @@ public:
NodeButton* m_render;
NodeButton* m_commit;
HeightmapPlane m_hm_plane;
Sphere m_sphere;
Image m_hm_image;
Texture2D m_texture;
Sampler m_sampler_linear;