# Test orthographic camera without frustum culling. #
####################################################################
vcamera -ortho
-vfrustumculling 0
+vrenderparams -frustumculling off
if { [test2d] != 1 } {
puts "Error: 2D projection test failed: view frustum culling is OFF"
# Test orthographic camera with frustum culling. #
####################################################################
vcamera -ortho
-vfrustumculling 1
+vrenderparams -frustumculling on
if { [test2d] != 1 } {
puts "Error: 2D projection test failed: view frustum culling is ON"