![[Graphics:../Images/bytesize_gr_129.gif]](../Images/bytesize_gr_129.gif)
![[Graphics:../Images/bytesize_gr_132.gif]](../Images/bytesize_gr_132.gif)
![[Graphics:../Images/bytesize_gr_133.gif]](../Images/bytesize_gr_133.gif)
![[Graphics:../Images/bytesize_gr_135.gif]](../Images/bytesize_gr_135.gif)
![[Graphics:../Images/bytesize_gr_137.gif]](../Images/bytesize_gr_137.gif)
![[Graphics:../Images/bytesize_gr_147.gif]](../Images/bytesize_gr_147.gif)
![[Graphics:../Images/bytesize_gr_157.gif]](../Images/bytesize_gr_157.gif)
![[Graphics:../Images/bytesize_gr_167.gif]](../Images/bytesize_gr_167.gif)
![[Graphics:../Images/bytesize_gr_177.gif]](../Images/bytesize_gr_177.gif)
Show[Graphics3D[{
PolygonColor,ConvertToMesh[pa],
VptDepColor,ConvertToMesh[pb],
SimpleImposterColor,ConvertToMesh[pi],
MeshedImposterColor,ConvertToMesh[pc],
IwDColor,ConvertToMesh[pd],
LDIColor,ConvertToMesh[pe],
IncrementalColor,ConvertToMesh[pf]
},
Lighting->False,AspectRatio->Automatic,
AxesLabel->{"log lifetime(s)","log distance","-Log size"},ViewPoint->{-1.661,-1.204,
0.947},
PlotRange->{-2,-9},
Axes->True,BoxRatios->{1,1,.5}]]
Incremental polygons do very well, so well that we cant see how the others behave.
So lets turn it off and plot again.
Show[Graphics3D[{
PolygonColor,ConvertToMesh[pa],
VptDepColor,ConvertToMesh[pb],
SimpleImposterColor,ConvertToMesh[pi],
MeshedImposterColor,ConvertToMesh[pc],
IwDColor,ConvertToMesh[pd],
LDIColor,ConvertToMesh[pe]
},
Lighting->False,AspectRatio->Automatic,
AxesLabel->{"log lifetime(s)","log distance","-Log size"},ViewPoint->{-1.661,-1.204,
0.947},
PlotRange->{-2,-9},
Axes->True,BoxRatios->{1,1,.5}]]