LDView 4.2 > Display Problem for Prim. Subst. for 48\Cones larger than 9?
2015-12-31, 11:51 (This post was last modified: 2016-01-03, 10:38 by Gerald Lasser.)
2015-12-31, 11:51 (This post was last modified: 2016-01-03, 10:38 by Gerald Lasser.)
When doing the 30398 I stumbled over a strange behavior in LDView.
To conclude:
If a file uses a cone larger than 9 from the Hi-Res primitives, i.e. starting from 48\4-4con10, AND LDView is set to use Primitive Substitution, the curve is not smoothed.
However if the file uses the standard primitive, 4-4con10, the smoothing works.
Anybody noticed this as well?
This code
results in this:
giving no smoothing for the bottom three (10, 12 and 20)
and this code
results in proper smoothing:
To conclude:
If a file uses a cone larger than 9 from the Hi-Res primitives, i.e. starting from 48\4-4con10, AND LDView is set to use Primitive Substitution, the curve is not smoothed.
However if the file uses the standard primitive, 4-4con10, the smoothing works.
Anybody noticed this as well?
This code
Code:
1 14 0 5 0 1 0 0 0 2 0 0 0 1 48\4-4con5.dat
1 14 0 0 0 1 0 0 0 2 0 0 0 1 48\4-4con9.dat
1 14 0 -5 0 1 0 0 0 2 0 0 0 1 48\4-4con10.dat
1 14 0 -10 0 1 0 0 0 2 0 0 0 1 48\4-4con12.dat
1 16 0 -15 0 1 0 0 0 2 0 0 0 1 48\4-4con20.dat
giving no smoothing for the bottom three (10, 12 and 20)
and this code
Code:
1 14 0 5 0 1 0 0 0 2 0 0 0 1 4-4con5.dat
1 14 0 0 0 1 0 0 0 2 0 0 0 1 4-4con9.dat
1 14 0 -5 0 1 0 0 0 2 0 0 0 1 4-4con10.dat
1 14 0 -10 0 1 0 0 0 2 0 0 0 1 4-4con12.dat
1 16 0 -15 0 1 0 0 0 2 0 0 0 1 4-4con20.dat
results in proper smoothing: