# define BOOST_PP_MAX_D(d, x, y) BOOST_PP_IIF(BOOST_PP_LESS_EQUAL_D(d, x, y), y, x) # else # define BOOST_PP_MAX_D(d, x, y) BOOST_PP_MAX_D_I(d, x, y) # define BOOST ...
├── public/ # Static assets (not processed by Vite) │ ├── bimlogo.ico # Website icon │ ├── README.md # OptRapid3dLoader API detailed documentation │ └── static/ │ ├── config.json # ⭐ Runtime ...