mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Graphic3d_TypeOfShaderObject enumeration has been extended by Geometry shader object type. OpenGl_ShaderProgram::Initialize() processes new shader object types when supported by OpenGL version. Declarations.glsl has been fixed so that occFragColor is defined only for Fragment Shader object only (by handling new FRAGMENT_SHADER macros). Improved documentation of Graphic3d_ArrayOfPrimitives class. vshader Draw Harness command has been extended to support definition of Shader Object types other than Vertex and Fragment shader.
28 lines
671 B
Plaintext
28 lines
671 B
Plaintext
puts "========"
|
|
puts "Per-vertex lighting using built-in GLSL program, two directional light sources."
|
|
puts "Visual comparison with the reference snapshot should be performed for this test case."
|
|
puts "========"
|
|
|
|
# setup viewervclear
|
|
vclear
|
|
vclose ALL
|
|
vinit View1
|
|
vcaps -ffp 0
|
|
vrenderparams -shadingModel vert
|
|
vlight delete 0
|
|
vlight delete 0
|
|
vlight delete 0
|
|
vlight delete 0
|
|
vlight delete 0
|
|
vlight add ambient color WHITE
|
|
vlight add directional dir 1 0 0 color GREEN headlight 1
|
|
vlight add directional dir -1 0 0 color RED1 headlight 1
|
|
|
|
# display shape
|
|
restore [locate_data_file occ/fuse.brep] f
|
|
vaxo
|
|
vdisplay f -dispmode 1
|
|
vfit
|
|
vrotate -0.5 0.0 0.0
|
|
vfit
|