aboutsummaryrefslogtreecommitdiff
path: root/src/client/render/interlaced.cpp
Commit message (Expand)AuthorAge
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-28
* Render copyright notice: Fix name spelling (#7042)Vitaliy2018-02-15
* LINT: Add files to whitelist, fix detected indent errorsparamat2017-11-06
* Rewrite rendering engine (#6253)Vitaliy2017-10-31
n class="hl com">the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "stereo.h" class RenderingCoreAnaglyph : public RenderingCoreStereo { protected: void setupMaterial(int color_mask); void useEye(bool right) override; void resetEye() override; public: using RenderingCoreStereo::RenderingCoreStereo; void drawAll() override; };