Game Development Community

Alfio Saitta's Forum Posts

Thread Post Date Posted
Custom Shader on T3D? @Ivan, thank for the BN tip. Now i'v crossed. [b]On VS:[/b] [code] ConnectData main( VertexIn_P... read more 04/21/2011 (8:04 am)
Custom Shader on T3D? @Ivan: Thanks for the clarification. I fixed a couple of arrays, but now i still can not find the... read more 04/21/2011 (5:46 am)
WaterPlane setup crash on T3D 1.0.1 OSX 10.6.6 On gui/3d/guiTSControl.h: [code] static const U32& getFrameCount() { return smFrameCount; } [... read more 04/02/2011 (7:05 am)
WaterPlane setup crash on T3D 1.0.1 OSX 10.6.6 Ok... when i enable the useOcclusionQuery, come this message box: [code] GFXD3D9OcclusionQuery::ge... read more 03/31/2011 (7:28 pm)
(solved)Helicopter, Helicopter, Pilot Man-must have to modify source file for T3D beta3 Updated [url=http://www.garagegames.com/community/resources/view/19569/2#comment-174380]HERE[/url]... read more 03/31/2011 (3:46 am)
WaterPlane setup crash on T3D 1.0.1 OSX 10.6.6 @Tom I tried just now with the debug version of one of my customers. And effectively when useOccl... read more 03/30/2011 (9:52 pm)
WaterPlane setup crash on T3D 1.0.1 OSX 10.6.6 @Ray - I trying to crashing the T3D with a map that gave me problems earlier, where i due to disable... read more 03/30/2011 (8:23 am)
Source code for "Pratical Morphological Anti-Aliasing" is out I just tried the code you shared, and i must to say i did not imagine it was so light. In practice, ... read more 03/20/2011 (2:09 am)
Source code for "Pratical Morphological Anti-Aliasing" is out Wow... really nice. And the impact on the frame rate?... read more 03/19/2011 (10:39 pm)
T3D 1.1 Beta 3 - Terrain Diffuse texture isse Yes, you're right. In fact i didn't have thought to use it in this way (even blame GG for putting th... read more 03/10/2011 (4:35 pm)
Terrain will not repeat when Tile checkbox set [url=http://www.garagegames.com/community/forums/viewthread/112185]An implementation[/url] by [url=h... read more 02/13/2011 (5:04 am)
Textures Are Upside Down Deleted Sorry... i was wrong thread XD... read more 02/13/2011 (5:03 am)
GuideBot Beta 0.8 @Donald I think the problem is something else, certainly does not cover the GMK. But since it expan... read more 02/12/2011 (9:15 am)
GuideBot Beta 0.8 For me need: [b]GuideBot:[/b] It would be a good idea, merge AdvancedPlayer class inside the c... read more 02/11/2011 (7:50 pm)
Circular water Really interesting idea, i never thought of.... read more 02/11/2011 (6:59 pm)
Video streaming from network camera [url=http://www.adobe.com/products/flashmediaserver/flashmediaencoder/]Flash Media Live Encoder[/url... read more 02/09/2011 (11:19 pm)
Video streaming from network camera I personally use the WebKit and a flash player to view video streams (cam, videofiles, video streami... read more 02/09/2011 (1:37 am)
WaterPlane setup crash on T3D 1.0.1 OSX 10.6.6 I have a very similar problem with T3D 1.1 Beta 3 on Windows. If i disable the option "useOcclu... read more 02/04/2011 (3:35 pm)
[T3D 1.1 Beta 3] Grid appears - LOGGED @Scott Yes, i have the same problems. With 1.0 and the 1.1 B3 Radeon HD 2600 Pro, on Windows 7 6... read more 02/01/2011 (6:15 pm)
[T3D 1.1 Beta 3] Grid appears - LOGGED +1... read more 02/01/2011 (12:45 pm)
1.1b3 materials overwrite bug - NOT A BUG If you define the materials manually you try to add a check on the previous existence: [code] if... read more 01/29/2011 (7:53 am)
GuideBot Beta 0.8 I did a bit of confusion. I have not read the name of people had made the comment in the forum, and ... read more 01/24/2011 (8:21 pm)
GuideBot Beta 0.8 I'm executing a job for a your customer. Check your email inbox ( logicking at logicking dot com ) :... read more 01/24/2011 (7:13 pm)
GuideBot Beta 0.8 Update... Fixed the T3D crash when the player dies... read more 01/24/2011 (5:35 pm)
GuideBot Beta 0.8 With some changes, and with some new custom scripts for the generation of the vs solutions with Torq... read more 01/24/2011 (3:54 pm)
Need Animators/Programmers for 3D fighting game. Well connected in the industry!!! [quote] * Programmers. o Great knowledge of the UDK software and enjoy fighting games. [/quote] ... read more 01/21/2011 (9:43 pm)
Disable glow and emissive via script? Add: [code] LampPost01_material_0.reload(); LampPost01_material_2.reload(); [/code] or: ... read more 01/21/2011 (6:55 am)
Yack Pack is Gone! Yack on T3D 1.1 beta 3: [youtube=_v5orx4rveA width=640 height=480]... read more 01/19/2011 (3:35 pm)
Yack Pack is Gone! But YackPack works fine with the T3D. It only takes a few corrections to the script and an arrangeme... read more 01/17/2011 (10:11 pm)
External References in Collada importer is broken? - NOT A BUG Ok, now i'm sure, it's not a problem of the T3D. Even the NVidia Scenix and Blender are able to open... read more 01/15/2011 (8:08 pm)
External References in Collada importer is broken? - NOT A BUG I no longer have the old file, as created in an earlier version of the software (should i reinstall ... read more 01/15/2011 (7:57 pm)
(CLOSED) Paid contract work for a Torque 3D Programmer You provide the listed packages until the job is complete? If you make the packages available, i ... read more 01/15/2011 (7:59 am)
T3d 1.1 Beta 3 - MainMenu Music only Plays in Mission!? - resolved by Rene I preferred to simply create various SFXSource and assign them to the AudioGui profile. mainMenuG... read more 12/30/2010 (9:38 pm)
How to implement Render to Texture ( from several different camera )? fxGuiSnooper (http://www.torquepowered.com/community/resources/view/13690)... read more 12/28/2010 (7:57 pm)
Torque 3D Embedded Browser (WebKit) @Chris: But to what end? If in the end they do nothing. Will never publish or distribute on the Int... read more 09/17/2010 (12:50 am)
Torque 3D Embedded Browser (WebKit) @Tomer: Initially i bought the binary version to evaluate the product. Then found that the product ... read more 09/17/2010 (12:24 am)
Torque 3D Embedded Browser (WebKit) I have got from a friend, but honestly i do not know where he find him. Obviously someone who has a ... read more 09/16/2010 (10:33 pm)
Torque 3D Embedded Browser (WebKit) I'm tired of continuing to debate with you. Just do not talk more about it, and close this issue def... read more 09/16/2010 (9:43 pm)
Torque 3D Embedded Browser (WebKit) The main problem (after the patch for the enum and the allocation of the texture), relates only to t... read more 09/16/2010 (9:15 pm)
Torque 3D Embedded Browser (WebKit) Ok, i think i've solved almost everything. The problem of black textures i mentioned, is when it sho... read more 09/16/2010 (7:04 pm)
Torque 3D Embedded Browser (WebKit) @Konrad: I made almost the same changes, and i got the same results. In my case (i do not know if i... read more 09/16/2010 (12:25 pm)
Cool ideas for T3D ??? The first thing that comes to mind concerns the management of content. I often feel a lack of goo... read more 09/10/2010 (2:59 am)
Is there a way to make a multiplayer world "loop" ? Take a reading to the sources of [url=opensimulator.org]OpenSim[/url], the SecondLife opensource clo... read more 09/04/2010 (2:46 am)
Outline Shader Broken ? (1.1b1) You're absolutely right, sorry for the stupid mistake [url=http://img199.imageshack.us/img199/768... read more 08/20/2010 (8:50 am)
Outline Shader Broken ? (1.1b1) Tested with T3D 1.1 Beta 2 On [b]core/scripts/client/postfx/PostFX.cs[/b]: [code] function init... read more 08/20/2010 (2:29 am)
3d radar for t3d [url=http://torque.abigholeintheweb.com/public_system/useruploads/3D_Radar_for_T3D_1.1_Beta_2.rar]Up... read more 08/13/2010 (1:14 am)
Date/Time Functionality Place on your map an "Time Of Day" object (Library->Level->Time of Day), and assign ... read more 08/11/2010 (9:29 pm)
Feature Request The problem is that this command creates an alternative file to console.log. And in any case, the T3... read more 08/10/2010 (2:20 am)
Feature Request On your main.cs after: [code] // Set the name of our application $appName = "Your App Name&q... read more 08/10/2010 (1:05 am)
T3D 1.1 Beta 1/2 - Still broken MeshCulling? [With Fix for T3D Beta 1] - LOGGED [b]Update for T3D 1.1 Beta 2[/b] My platform: - Windows 7 64bit - Directx SDK February 2010 ... read more 08/08/2010 (5:09 pm)