mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
ENABLE_SEAMS_USING_INSTANCED_MODELS -> WIP: Render models using glDrawElementsInstanced
This commit is contained in:
parent
34da899c66
commit
2980418706
8 changed files with 229 additions and 31 deletions
|
@ -50,10 +50,6 @@
|
|||
// Enable rendering seams (and other options) in preview using models
|
||||
#define ENABLE_SEAMS_USING_MODELS (1 && ENABLE_2_4_0_ALPHA0)
|
||||
// Enable rendering seams (and other options) in preview using instanced models
|
||||
// references:
|
||||
// https://ogldev.org/www/tutorial33/tutorial33.html
|
||||
// https://docs.gl/gl3/glDrawElementsInstanced
|
||||
// https://www.khronos.org/opengl/wiki/Vertex_Rendering#Instancing
|
||||
#define ENABLE_SEAMS_USING_INSTANCED_MODELS (1 && ENABLE_SEAMS_USING_MODELS)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue