This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/render/r_mirror.h

19 lines
557 B
C

//=======================================================================
// Copyright XashXT Group 2007 ©
// r_mirror.h - realtime stencil mirror
//=======================================================================
#ifndef R_MIRROR_H
#define R_MIRROR_H
#include "gl_model.h"
void Mirror_Scale( void );
void Mirror_Clear( void );
void R_Mirror( refdef_t *fd );
extern bool mirror;
extern cplane_t *mirror_plane;
extern msurface_t *mirrorchain;
extern bool mirror_render;
extern entity_t *mirror_entity;
#endif//R_MIRROR_H