mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
The normal after tangent space calculation has been reverted in order to be in right orientation. The tangent space calculation has been modified in order to handle back faces with inverted normal.
29 lines
590 B
Plaintext
29 lines
590 B
Plaintext
puts "========"
|
|
puts "0031302: Visualization, TKOpenGl - wrong tangent space calculation for normal maps"
|
|
puts "Test for tangent space orientation."
|
|
puts "========"
|
|
|
|
pload XDE OCAF MODELING VISUALIZATION
|
|
|
|
vclear
|
|
vclose ALL
|
|
|
|
vinit v -w 1024 -h 1024
|
|
vcamera -persp
|
|
vbackground -cubemap [locate_data_file Circus_CubeMap_V.png]
|
|
vrenderparams -shadingModel PBR
|
|
|
|
vlight -clear
|
|
vlight -add ambient
|
|
|
|
catch { Close D }
|
|
ReadGltf D [locate_data_file bug31302_NormalTangentTest.gltf]
|
|
XDisplay -dispmode 1 D
|
|
|
|
vfront
|
|
vfit
|
|
vdump $imagedir/${casename}_front.png
|
|
|
|
vback
|
|
vdump $imagedir/${casename}_back.png
|