fixed RayPicking.cpp, it can RUN ok!

This commit is contained in:
2023-10-05 00:50:31 +08:00
parent a1e7b105f7
commit 10d4f2f04a
6 changed files with 75 additions and 58 deletions

View File

@@ -10,4 +10,6 @@
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Gizmo")
endmacro()
CreateProject(PlaneGrid3D PlaneGrid3D.cpp)
CreateProject(01_PlaneGrid3D PlaneGrid3D.cpp)
CreateProject(02_RayPicking RayPicking.cpp)
#CreateProject(03_BlenderAxis BlenderAxis.cpp)