23 lines
711 B
C
23 lines
711 B
C
/* ##H_FILE#
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
FILE : SHWConst.H
|
|
|
|
DESCRIPTION : constante for SHW Module
|
|
|
|
VERSION : 1.00 / Philippe Thiébaut / Creation
|
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
*/
|
|
#ifndef __SHW_CONST_H__
|
|
#define __SHW_CONST_H__
|
|
|
|
#define SHW_C_xNbMaxOfShadows 10
|
|
#define SHW_C_xNbMaxOfFacesPerShadow 48 /*24*/
|
|
#define SHW_C_xNbMaxOfPointsPerShadow 100/*60*/
|
|
#define SHW_C_xDepthPickingObjectsForShadow 8
|
|
#define SHW_C_xMaxTriangles 48 /*24*/
|
|
#define SHW_C_xMaxGeomObjectPicked 8/*4*/
|
|
|
|
#endif /* __SHW_CONST_H__ */
|