/* * 3D Engine * 3dengine.h: * Based on pikuma.com 3D software renderer in C * Copyright (c) 2021 986-Studio. All rights reserved. * * Created by Manoƫl Trapier on 15/03/2021. */ #ifndef THREEDENGINE_SOURCE_INCLUDE_3DENGINE_H #define THREEDENGINE_SOURCE_INCLUDE_3DENGINE_H /*********************************************************************************************************************** * Global variables **********************************************************************************************************************/ extern bool doPerspectiveCorrection; extern bool doZBuffer; #endif /* THREEDENGINE_SOURCE_INCLUDE_3DENGINE_H */