feat: add basic layout for CKLight and CKCamera.
- add basic class layout and member function for CKLight and CKCamera. - register CKLight and CKCamera in CKGlobals to let CK engine can recognize them. - modify EnumsMigration to add new 2 enums for CKLight and CKCamera.
This commit is contained in:
4
CodeGen/EnumsMigration/src/CK_CAMERA_PROJECTION.txt
Normal file
4
CodeGen/EnumsMigration/src/CK_CAMERA_PROJECTION.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
#define CK_PERSPECTIVEPROJECTION 1
|
||||
|
||||
#define CK_ORTHOGRAPHICPROJECTION 2
|
||||
Reference in New Issue
Block a user