Warning: Cannot modify header information - headers already sent by (output started at /home/wiki/public_html/inc/geshi/cpp.php:175) in /home/wiki/public_html/feed.php on line 69
TV3DWiki http://www.wiki.truevision3d.com/ 2012-02-08T11:55:55+01:00 TV3DWiki http://www.wiki.truevision3d.com/ http://www.wiki.truevision3d.com/images/favicon.ico text/html 2012-01-13T20:04:20+01:00 anonymous@89.156.126.177 tvlandscape:setheightarray_1 - Fixed http://www.wiki.truevision3d.com/tvlandscape/setheightarray_1?do=diff&1326506660 Wiki > TV3D65 Index > Class > Method EXAMPLE -There is no useful description of what this example does or how it works. Help make it more understandable. Needed resources to download for this example to work The Truevision3D v6.... text/html 2012-01-13T19:52:57+01:00 anonymous@89.156.126.177 tvlandscape:setheightarray - Description http://www.wiki.truevision3d.com/tvlandscape/setheightarray?do=diff&1326505977 Wiki > TV3D65 Index > TVLandscape SetHeightArray DESCRIPTION This allows you to set every landscape’s heights in one call. DECLARATION VB.NET SetHeightArray(iVertexOffsetX As Integer , iVertexOffsetZ As Integer , iWidth As Int... text/html 2012-01-13T19:52:10+01:00 anonymous@89.156.126.177 tvlandscape:setheightarrayex - FINALLY. A DESCRIPTION. YAY. http://www.wiki.truevision3d.com/tvlandscape/setheightarrayex?do=diff&1326505930 Wiki > TV3D65 Index > TVLandscape SetHeightArrayEx DESCRIPTION This function was created to avoid a bug in .Net. It has been fixed, and you should better use setheightarray instead. DECLARATION VB.NET SetHeightArrayEx(iX As Integer ... text/html 2012-01-13T19:50:47+01:00 anonymous@89.156.126.177 tvlandscape:getheight http://www.wiki.truevision3d.com/tvlandscape/getheight?do=diff&1326505847 Wiki > TV3D65 Index > TVLandscape GetHeight DESCRIPTION This function returns the height (Y coordinate) corresponding to a position on a landscape (specified by the world’s X and Z coordinates). You must use the world’s abso... text/html 2011-12-28T06:34:25+01:00 anonymous@82.0.72.202 tv3d65_doc:tv_3dvector - Fixed VB.NET constructor http://www.wiki.truevision3d.com/tv3d65_doc/tv_3dvector?do=diff&1325075665 Wiki > TV3D65 Index TV_3DVECTOR This convenient structure holds 3 variables and is primarily used to hold a point in the 3D world. It is used intensively throughout the engine. DECLARATION VB.NET Public Structure TV_3DVECTOR Public x As ... text/html 2011-12-28T06:24:30+01:00 anonymous@82.0.72.202 tv3d65_doc:tvlandscape - Added C# code http://www.wiki.truevision3d.com/tv3d65_doc/tvlandscape?do=diff&1325075070 Wiki > TV3D65 Index TVLandscape DESCRIPTION This class is used to generate and render vast landscapes. USAGE VB6 //todo VB.NET   ' TV Variables Public TV As TVEngine Public Land As TVLandscape   ' Declare new TV Object. TV... text/html 2011-11-28T14:49:04+01:00 anonymous@50.54.151.50 home http://www.wiki.truevision3d.com/home?do=diff&1322513344 Welcome to TV3DWiki Welcome to the Truevision3D wiki! Here, TV3D developers and the rest of the community all work together to compile a wealth of tutorials, resources, and documentation about the engine. If you are interested in lending a hand,... text/html 2011-11-09T15:41:25+01:00 anonymous@82.83.254.139 tvtexturefactory:loaddudvtexture http://www.wiki.truevision3d.com/tvtexturefactory/loaddudvtexture?do=diff&1320874885 Wiki > TV3D65 Index > TVTextureFactory LoadDUDVTexture DESCRIPTION -This page has been generated automatically. Please improve it by adding a description and additional information. DECLARATION VB.NET LoadDUDVTexture(sFilename As St... text/html 2011-11-02T22:05:20+01:00 anonymous@50.54.151.50 tvmesh:setlightingmode http://www.wiki.truevision3d.com/tvmesh/setlightingmode?do=diff&1320289520 Wiki > TV3D65 Index > TVMesh SetLightingMode DESCRIPTION -This page has been generated automatically. Please improve it by adding a description and additional information. DECLARATION VB.NET SetLightingMode(eLightingMode As CONST_T... text/html 2011-11-02T02:01:25+01:00 anonymous@50.54.151.50 tvmesh:setmeshformat http://www.wiki.truevision3d.com/tvmesh/setmeshformat?do=diff&1320217285 Wiki > TV3D65 Index > TVMesh SetMeshFormat DESCRIPTION -This page has been generated automatically. Please improve it by adding a description and additional information. DECLARATION VB.NET SetMeshFormat(eCombinedFormat As Integer) ... text/html 2011-10-19T20:06:24+01:00 anonymous@50.54.151.50 semantics - added semantic LIGHTPOINT0_RANGE to table. Is this a proper semantic? http://www.wiki.truevision3d.com/semantics?do=diff&1319072784 Shaders and HLSL Programming Part 2 : Semantics Part 1 : Intro - Part 2 : Semantics - Part 3 : Vector Types - Part 4 : Intrinsics & Textures - Part 5 : Blinn-Phong Shader What are they? A semantic is, in a general sense, a mapping to a sp... text/html 2011-09-14T16:35:55+01:00 anonymous@71.216.138.230 tvgamecontroller:getcontrollerstate http://www.wiki.truevision3d.com/tvgamecontroller/getcontrollerstate?do=diff&1316036155 Wiki > TV3D65 Index > TVGameController GetControllerState DESCRIPTION Returns the current state of your game controller. DECLARATION VB.NET GetControllerState() As TV_JOYSTATE C++ cTV_JOYSTATE GetControllerState() PARAMETERS ... text/html 2011-09-14T16:34:56+01:00 anonymous@71.216.138.230 tvgamecontroller:getcontrollerstate_1 http://www.wiki.truevision3d.com/tvgamecontroller/getcontrollerstate_1?do=diff&1316036096 Wiki > TV3D65 Index > Class > Method EXAMPLE This example prints the current controller state of your game controller to a lable. Needed resources to download for this example to work The Truevision3D v6.5 SDK VB6 no code avai... text/html 2011-09-14T16:19:41+01:00 anonymous@71.216.138.230 tvgamecontroller:getbuttonstate_1 http://www.wiki.truevision3d.com/tvgamecontroller/getbuttonstate_1?do=diff&1316035181 Wiki > TV3D65 Index > Class > Method EXAMPLE The GetButtonState example shows how to print the true/false state of a pressed button to a label, so just test for the individual button press and tell TV3D. If it’s to bring up a menu... text/html 2011-09-14T16:12:27+01:00 anonymous@71.216.138.230 tvgamecontroller:getbuttonstate http://www.wiki.truevision3d.com/tvgamecontroller/getbuttonstate?do=diff&1316034747 Wiki > TV3D65 Index > TVGameController GetButtonState DESCRIPTION Get’s the True/False state of the buttons on your game controller. DECLARATION VB.NET GetButtonState(iButtonIndex As Integer) As Boolean C++ bool GetButtonS... text/html 2011-09-14T16:08:35+01:00 anonymous@71.216.138.230 tvgamecontroller:getbuttoncount_1 http://www.wiki.truevision3d.com/tvgamecontroller/getbuttoncount_1?do=diff&1316034515 Wiki > TV3D65 Index > Class > Method EXAMPLE Get’s the button count of your game controller. Needed resources to download for this example to work The Truevision3D v6.5 SDK VB6 no code available ... VB.NET ' TV Variable... text/html 2011-09-14T16:06:55+01:00 anonymous@71.216.138.230 tvgamecontroller:getaxiscount_1 http://www.wiki.truevision3d.com/tvgamecontroller/getaxiscount_1?do=diff&1316034415 Wiki > TV3D65 Index > Class > Method EXAMPLE Getaxiscount will show the number of axis that your game controller has. Needed resources to download for this example to work The Truevision3D v6.5 SDK VB6 no code available ... V... text/html 2011-08-27T21:55:00+01:00 anonymous@71.216.138.230 tv3d65_doc:const_tv_particleupdate - created http://www.wiki.truevision3d.com/tv3d65_doc/const_tv_particleupdate?do=diff&1314500100 Wiki > TV3D65 Index TYPE -There is no meaningful description for this enumerations. Please help make it better. MEMBERS NAMEVALUEDESCRIPTION Enum nameNummeric ValueA few words about it. TIPS None. ... text/html 2011-08-27T21:53:20+01:00 anonymous@71.216.138.230 tv3d65_doc:const_tv_landscape_holetype - created http://www.wiki.truevision3d.com/tv3d65_doc/const_tv_landscape_holetype?do=diff&1314500000 Wiki > TV3D65 Index TYPE -There is no meaningful description for this enumerations. Please help make it better. MEMBERS NAMEVALUEDESCRIPTION Enum nameNummeric ValueA few words about it. TIPS None. ... text/html 2011-08-27T21:52:26+01:00 anonymous@71.216.138.230 tv3d65_doc:const_tv_joystick_dataformat - created http://www.wiki.truevision3d.com/tv3d65_doc/const_tv_joystick_dataformat?do=diff&1314499946 Wiki > TV3D65 Index TYPE -There is no meaningful description for this enumerations. Please help make it better. MEMBERS NAMEVALUEDESCRIPTION Enum nameNummeric ValueA few words about it. TIPS None. ...