NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
constant.hpp
Go to the documentation of this file.
1
6#pragma once
14
19#ifndef NNL_ALPHA_TRANSP
20#define NNL_ALPHA_TRANSP (5)
21#endif
22
27#ifndef NNL_ALPHA_OPAQ
28#define NNL_ALPHA_OPAQ (250)
29#endif
30
35#ifndef NNL_ALPHA_TRANSP_F
36#define NNL_ALPHA_TRANSP_F (0.02f)
37#endif
38
43#ifndef NNL_ALPHA_OPAQ_F
44#define NNL_ALPHA_OPAQ_F (0.98f)
45#endif
46
51#ifndef NNL_EPSILON
52#define NNL_EPSILON (1.0e-5f)
53#endif
54
60#ifndef NNL_EPSILON2
61#define NNL_EPSILON2 ((NNL_EPSILON) * (NNL_EPSILON))
62#endif
63
65