Also adds the incomplete modifier_volume example. This also adds vec2 for UV coordinates, and obj_to_cpp has been modified to parse vertex texture coordinates from obj files.
9 lines
140 B
Makefile
9 lines
140 B
Makefile
all:
|
|
|
|
include common.mk
|
|
|
|
geometry/%.hpp: geometry/%.obj
|
|
PYTHONPATH=regs/gen python tools/obj_to_cpp.py $< > $@
|
|
|
|
include example/example.mk
|