Visit Gigasoft's Web Site
 ProEssentials v10 Help

DxPsManualCullY

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Configure.DxPsManualCullY

Ocx|Vcl

DxPsManualCullY

DLL

PEP_bDXPSMANUALCULLY

 

Purpose

Set to True when manually scaling a 3D chart and want the highest quality culling of the image to your manual extents. This culls both the ManualMinY and ManualMaxY settings at the pixel shader level.

 

v10 improves culling with this property and mostly replaces ManualScaleCullMinY, ManualScaleCullMaxY which cull at the vertex shader level which might reduce the overhead of the pixel shader culling. 

 

You might also set DxPsManualCullXZ true when using this feature. 

 

Setting

Description

TRUE

Hide data outside ManualMaxY and ManualMinY settings.

FALSE

Data will draw outside axis cube.

 

Comments

See the v10 demo GigaPrime3D that shows use of this property.

 

PeGrid.Configure.DxPsManualCullY members of Pe3do.PeGrid.Configure

 

See Also:  ManualScaleControlY, ManualScalePlateauMaxY