mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-17 23:09:36 +08:00
79f4f03618
OpenGl_Clipping - do not setup clipping planes using FFP when it is disabled. OpenGl_ShaderManager - apply 2d texture coordinates transformation in GLSL programs. OpenGl_Context::SetTextureMatrix() - move texture matrix assignment from OpenGl_Workspace::setTextureParams() to OpenGl_Context. Add test case demo/samples/dimensionsglsl with FFP turned OFF. Add test case v3d/glsl/texture_trsf applying texture transformation. Small correction of test case for issue CR26122
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
source $env(CASROOT)/samples/tcl/dimensions.tcl
|
|
vcaps -ffp 0
|
|
vdump $imagedir/${test_image}.png
|
|
|
|
puts "TEST COMPLETED"
|