test(hatch): drop stale vp_scissor field from export test
HatchModel lost the field when viewport clipping moved to the GPU stencil path; the literal in this test no longer compiled. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2f96f7bfca
commit
c1a697ad62
1 changed files with 0 additions and 2 deletions
|
|
@ -247,7 +247,6 @@ fn app_created_hatch_roundtrips_catalog_spacing() {
|
|||
color: [0.75, 0.75, 0.75, 0.85],
|
||||
angle_offset: 0.0,
|
||||
scale: 1.0,
|
||||
vp_scissor: None,
|
||||
draw_depth: 0.0,
|
||||
};
|
||||
scene.add_hatch(model);
|
||||
|
|
@ -297,7 +296,6 @@ fn nested_hatch_serializes_only_outer_as_external() {
|
|||
color: [0.45, 0.45, 0.45, 0.60],
|
||||
angle_offset: 0.0,
|
||||
scale: 1.0,
|
||||
vp_scissor: None,
|
||||
draw_depth: 0.0,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue