Modify test case v3d/raytrace/bug25221 according to new draw commands.
authorapn <apn@opencascade.com>
Fri, 28 Oct 2016 11:28:42 +0000 (14:28 +0300)
committerapn <apn@opencascade.com>
Fri, 28 Oct 2016 11:28:42 +0000 (14:28 +0300)
tests/v3d/raytrace/bug25221

index 279cb22..468a366 100644 (file)
@@ -43,14 +43,14 @@ vmoveto 200 200
 vdump $imagedir/${casename}_faces_closeup.png
 
 # apply transformation
-vlocrotate s 0 0 0 0 0 1 10
-vloctranslate s -30 0 0
+vlocation s -rotate 0 0 0 0 0 1 10
+vlocation s -translate -30 0 0
 vmoveto 0 0
 vmoveto 200 200
 
 vdump $imagedir/${casename}_faces_closeup_rotated.png
 
-vlocreset s
+vlocation s -reset
 vmoveto 0 0
 vmoveto 200 200