Visit Gigasoft's Web Site
 ProEssentials v11 Help

DxPsManualCullXZ

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

JS / .NET

PeGrid.Configure.DxPsManualCullXZ

OCX / VCL

DxPsManualCullXZ

DLL

PEP_bDXPSMANUALCULLXZ

 

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 to properties ManualMinX ManualMaxX ManualMinZ and ManualMaxZ settings at the pixel shader level.

 

v10 improves culling with this property and mostly replaces ManualScaleCullMinX, ManualScaleCullMaxX ManualScaleCullMinZ, ManualScaleCullMaxZ which cull at the vertex shader level which might reduce the overhead of the pixel shader culling. 

 

You might also set DxPsManualCullY true when using this feature. 

 

Setting

Description

TRUE

Hide data outside ManualMinX ManualMaxX ManualMinZ ManualMaxZ 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:  ManualScaleControlX, ManualScaleControlZ