Fixed instancing rendering
(Finally fixed that bug) Lowered required instance count to ten Former-commit-id: 6aeb69eb8ca08727a029e07080aed558e1d1f089
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
/// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci
|
||||
|
||||
// À partir de combien d'instances d'un même mesh/matériau l'instancing doit-il être utilisé ?
|
||||
#define NAZARA_GRAPHICS_INSTANCING_MIN_INSTANCES_COUNT 100
|
||||
#define NAZARA_GRAPHICS_INSTANCING_MIN_INSTANCES_COUNT 10
|
||||
|
||||
// Utilise un tracker pour repérer les éventuels leaks (Ralentit l'exécution)
|
||||
#define NAZARA_GRAPHICS_MEMORYLEAKTRACKER 0
|
||||
|
||||
Reference in New Issue
Block a user