mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
OpenGl_ShaderManager::pointSpriteAlphaSrc() now does not return alpha from Red channel for RGBA marker texture in Core profile. OpenGl_ShaderManager::prepareStdProgramFlat() - restored code for drawing points without texture. Built-in GLSL programs now flip .y in shaders instead of relying on GL_POINT_SPRITE_COORD_ORIGIN unavailable on OpenGL ES. Added sample markers.tcl (moved from test cases). Sample now includes marker_kr.png for testing marker orientation.
24 lines
416 B
Plaintext
24 lines
416 B
Plaintext
puts "========"
|
|
puts "OCC23654 Markers recompute"
|
|
puts "========"
|
|
|
|
pload VISUALIZATION
|
|
vcaps -sprites
|
|
source $env(CSF_OCCTSamplesPath)/tcl/markers.tcl
|
|
|
|
set anImage1 $imagedir/${casename}_1.png
|
|
set anImage2 $imagedir/${casename}_2.png
|
|
|
|
vdump $anImage1
|
|
|
|
vclose Driver1/Viewer1/View1 1
|
|
|
|
vinit name=View1 l=32 t=32 w=512 h=512
|
|
vactivate Driver1/Viewer1/View1
|
|
vbottom
|
|
vdisplay -noupdate b
|
|
vfit
|
|
vremove b
|
|
|
|
vdump $anImage2
|