mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-11 16:09:02 +08:00
Show geomeric normal for mesh object.
This commit is contained in:
parent
025c880879
commit
b083093db4
@ -11,6 +11,6 @@ void main(void)
|
|||||||
if (uIsCurve > 0) {
|
if (uIsCurve > 0) {
|
||||||
gl_FragColor = texture2D(diffuseTex, texcoord);
|
gl_FragColor = texture2D(diffuseTex, texcoord);
|
||||||
} else {
|
} else {
|
||||||
gl_FragColor = vec4(0.5, 0.6, 0.7, 1.0);
|
gl_FragColor = vec4(0.5 * normalize(normal) + 0.5, 1.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user