implement grid and heightmap with lambert shading
This commit is contained in:
@@ -126,6 +126,7 @@ class HeightmapPlane : public Shape
|
||||
{
|
||||
public:
|
||||
bool create(float w, float h, const Image& img, float scale);
|
||||
bool create(float w, float h, int div);
|
||||
};
|
||||
|
||||
class RectShape : public Shape
|
||||
|
||||
Reference in New Issue
Block a user