mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 09:56:02 +08:00
FIX: remove float precision control
as glsl 110 does not supoort it jira: STUDIO-9025 Change-Id: I99ab9c3cbffe3f2fda29cda86f9b461ae0800b98 (cherry picked from commit 44f2e30f707cd20390b510160d7b5605bdc1383b)
This commit is contained in:
parent
09323aeed3
commit
00e3844eb8
@ -1,5 +1,4 @@
|
|||||||
#version 110
|
#version 110
|
||||||
precision highp float;
|
|
||||||
|
|
||||||
const vec3 ZERO = vec3(0.0, 0.0, 0.0);
|
const vec3 ZERO = vec3(0.0, 0.0, 0.0);
|
||||||
//BBS: add grey and orange
|
//BBS: add grey and orange
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#version 110
|
#version 110
|
||||||
precision highp float;
|
|
||||||
#define INTENSITY_CORRECTION 0.6
|
#define INTENSITY_CORRECTION 0.6
|
||||||
|
|
||||||
// normalized values for (-0.6/1.31, 0.6/1.31, 1./1.31)
|
// normalized values for (-0.6/1.31, 0.6/1.31, 1./1.31)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user