Fix using of deprecated opengl functions

This commit is contained in:
Filip Sykala - NTB T15p 2022-08-31 15:53:13 +02:00
parent ac6a91debe
commit 9cefc74e3d
4 changed files with 26 additions and 8 deletions

View file

@ -74,7 +74,7 @@
// Enable fix of used filament data exported to gcode file
#define ENABLE_USED_FILAMENT_POST_PROCESS (1 && ENABLE_2_5_0_ALPHA1)
// Enable picking using raytracing
#define ENABLE_RAYCAST_PICKING (0 && ENABLE_LEGACY_OPENGL_REMOVAL)
#define ENABLE_RAYCAST_PICKING (1 && ENABLE_LEGACY_OPENGL_REMOVAL)
#define ENABLE_RAYCAST_PICKING_DEBUG (0 && ENABLE_RAYCAST_PICKING)