Backport to Glide 2
Most games were using Glide 2, meaning there is more wrappers for Glide 2 available than for Glide 3. In particular, it seems there is no open source Glide 3 wrapper. FossilOrigin-Name: 16bb6bc399e5b4db4f5117199f6b534231c42072555575b70f40795651805648
This commit is contained in:
parent
c322610fe4
commit
4ea8389306
10 changed files with 255 additions and 543 deletions
|
@ -8,8 +8,7 @@ FRAMEWORK = ${OBJ3DENGINE_FRAMEWORK}
|
|||
LIB_MAJOR = ${OBJ3DENGINE_LIB_MAJOR}
|
||||
LIB_MINOR = ${OBJ3DENGINE_LIB_MINOR}
|
||||
|
||||
SRCS = O3DEngine.m \
|
||||
O3DGlide3Renderer.m \
|
||||
SRCS = O3DGlideRenderer.m \
|
||||
O3DRenderer.m \
|
||||
O3DWinAPIWindow.m
|
||||
INCLUDES := ${SRCS:.m=.h}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue