aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-12-09 06:33:39 +0100
committervimene <vincent.menegaux@gmail.com>2023-12-09 06:33:39 +0100
commitbf39fef7eed69e6d5ecfa272607cbf0fcc53b9a6 (patch)
tree81ac781a634f7618809d6322e1a2d8b544cbc798 /Makefile.am
parent19c3e2b83c3c8b58576050b448f2f35d0687e717 (diff)
downloadengine-bf39fef7eed69e6d5ecfa272607cbf0fcc53b9a6.tar.gz
fixed perspective calculations
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ecfea3a..91513f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,10 +12,13 @@ engine_SOURCES = \
src/fb/fb.h src/fb/chfb.h src/fb/chfb.cpp src/fb/pixfb.h src/fb/pixfb.cpp \
src/math/vector.h src/math/vector.cpp \
src/math/mat4.h src/math/mat4.cpp \
- src/o3d/mesh.h src/o3d/mesh.cpp src/o3d/tri_vertex.h \
- src/o3d/obj3d.h src/o3d/obj3d.cpp src/o3d/tri_vertex.h \
- src/o3d/tri_vertex.cpp src/o3d/vertex.h src/o3d/vertex.cpp \
+ src/o3d/mesh.h src/o3d/mesh.cpp \
+ src/o3d/obj3d.h src/o3d/obj3d.cpp \
src/o3d/vertex_data.h src/o3d/vertex_data.cpp \
+ src/o3d/vertex.h src/o3d/vertex.cpp \
+ src/o3d/deriv_vertex.h src/o3d/deriv_vertex.cpp \
+ src/o3d/tri_vertex.h src/o3d/tri_vertex.cpp \
+ src/o3d/tri_deriv_vertex.h src/o3d/tri_deriv_vertex.cpp \
src/o3d/camera.h src/o3d/camera.cpp \
src/o3d/scene.h src/o3d/scene.cpp
engine_CPPFLAGS = -Wall -Wextra $(DEPS_CPPFLAGS)