Implemented KrInitNodeInfo

This commit is contained in:
2020-06-21 22:42:10 -07:00
parent 0fc6ec1357
commit 4761bbc66b
34 changed files with 293 additions and 35 deletions

View File

@@ -13,6 +13,8 @@
class KRSpotLight : public KRLight {
public:
static void InitNodeInfo(KrNodeInfo* nodeInfo);
KRSpotLight(KRScene &scene, std::string name);
virtual ~KRSpotLight();