0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / v3d / glsl / pbr_tangent_normal
diff --git a/tests/v3d/glsl/pbr_tangent_normal b/tests/v3d/glsl/pbr_tangent_normal
deleted file mode 100644 (file)
index e371c6c..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-puts "========"
-puts "0031302: Visualization, TKOpenGl - wrong tangent space calculation for normal maps"
-puts "Test for tangent space orientation."
-puts "========"
-
-pload XDE OCAF MODELING VISUALIZATION
-
-# PBR doesn't work with Compatible Profile on macOS
-if { $::tcl_platform(os) == "Darwin" } { vcaps -core }
-
-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
-
-Close D -silent
-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