]> git.jsancho.org Git - c-irrlicht.git/commit
Vertices, boxes, matrices, transformations and more
authorJavier Sancho <jsf@jsancho.org>
Tue, 3 Dec 2019 09:06:48 +0000 (10:06 +0100)
committerJavier Sancho <jsf@jsancho.org>
Tue, 3 Dec 2019 09:06:48 +0000 (10:06 +0100)
commit8d84fb35562071d38c50f6d78880aa3cb626c0fc
treeea63ee1d5a5f1a33ac67e999b24ff77dd8567d31
parent0f5922af37242ffe33f1b83f5bdfff79639b5d5a
Vertices, boxes, matrices, transformations and more
14 files changed:
Makefile.am
include/ICustomSceneNode.h [deleted file]
include/ISceneManager.h
include/ISceneNode.h
include/IVideoDriver.h
include/S3DVertex.h [new file with mode: 0644]
include/aabbox3d.h
include/cirrlicht.h
include/matrix4.h [new file with mode: 0644]
include/vector2d.h [new file with mode: 0644]
src/ISceneManager.cpp
src/ISceneNode.cpp
src/IVideoDriver.cpp
src/aabbox3d.cpp [new file with mode: 0644]