Deprecated: Function split() is deprecated in /home/wiki/public_html/inc/common.php on line 533

Warning: Cannot modify header information - headers already sent by (output started at /home/wiki/public_html/inc/common.php:533) in /home/wiki/public_html/inc/actions.php on line 71
tvscene:createalpharendersurface [TV3DWiki]
 

Wiki > TV3D65 Index > TVScene

CreateAlphaRenderSurface

DESCRIPTION

This function will create a rendersurface that can be used to generate textures that use an alpha channel for transparency.

DECLARATION

VB.NET CreateAlphaRenderSurface(iWidth As Integer , iHeight As Integer , bUseDepthBuffer As Boolean , sName As String) As TVRenderSurface
C++ cTVRenderSurface CreateAlphaRenderSurface(int iWidth , int iHeight , bool bUseDepthBuffer , char* sName )

PARAMETERS

NAMEOPTIONALDESCRIPTION
iWidthNoWidth of the surface.
iHeightNoHeight of the surface
bUseDepthBufferYesUse a depth buffer for rendering.
sNameYesName of the surface.

RETURN VALUE

TVRenderSurface Description of what the return value means.

EXAMPLES

ExampleBasic example.

TIPS

  • Please add any notes or tips for this method.
 
tvscene/createalpharendersurface.txt · Last modified: 2010/01/14 09:58 by 80.108.141.35