Shawn Kennedy 's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Loop through a texture's pixels - a better way? | Manoel, Thanks again for your input. I guess now would be a good time to mention that I'm fairly... read more | 03/31/2011 (7:12 am) |
| Loop through a texture's pixels - a better way? | Manoel, Thanks for your time. The part that makes this tricky for me, I believe, is the last par... read more | 03/30/2011 (8:14 am) |
| Torque 3D - Multiple Passes / Shaders with CustomMats | Thanks again deepscratch. I think I've solved the issue of outputting from one shader pass into ano... read more | 02/25/2011 (8:18 am) |
| Torque 3D - Multiple Passes / Shaders with CustomMats | Hmm, thank you for the suggestion, but I'm not quite sure where you want me to look. I'm looking fo... read more | 02/23/2011 (9:23 am) |
| CustomMat, Shader, RenderTarget interaction help | shawn.kennedy ((at)) vrsim.net... read more | 02/07/2011 (9:16 am) |
| CustomMat, Shader, RenderTarget interaction help | Yeah, I just tested changing the texture being applied to my Rocket Launcher and sure enough it chan... read more | 02/07/2011 (9:09 am) |
| CustomMat, Shader, RenderTarget interaction help | Ah yes, sorry, that was simply a typo on my part. sampler["MyMap"] = "#MyTarget&qu... read more | 02/07/2011 (8:50 am) |
| CustomMat, Shader, RenderTarget interaction help | Alright Ivan, it's compiling and running now, thank you. However, it didn't seem to solve the probl... read more | 02/07/2011 (8:21 am) |
| CustomMat, Shader, RenderTarget interaction help | I'm afraid this isn't working for me either Ivan. Can't convert MatTextureTargetRef to GFXTextureOb... read more | 02/07/2011 (6:46 am) |
| CustomMat, Shader, RenderTarget interaction help | Is it possible for the target to not be valid and yet draw correctly to a 2D Gui Control? Because I... read more | 02/04/2011 (1:57 pm) |
| CustomMat, Shader, RenderTarget interaction help | I have tried the following: sampler["MyMap"] = "MyTarget"; sampler["MyM... read more | 02/04/2011 (1:44 pm) |
| CustomMat, Shader, RenderTarget interaction help | Yeah, this is what I believe as well, but it seems I am still missing something. As you can see in ... read more | 02/04/2011 (1:29 pm) |
| CustomMat, Shader, RenderTarget interaction help | Thank you for your reply Ivan, but I think I may have mislead you. The drawing to the Gui control i... read more | 02/04/2011 (12:56 pm) |
| T3D Feature Request - Material->CustomMaterial Example / Guide | Ah, you know, I think I wasn't logged in before when I clicked on the link. Doh! Works now, thanks... read more | 02/04/2011 (9:19 am) |
| CustomMat, Shader, RenderTarget interaction help | Update: I found that my object was showing up as black because the texture wasn't being positioned ... read more | 02/04/2011 (9:09 am) |
| T3D Feature Request - Material->CustomMaterial Example / Guide | Could someone direct me to the documentation that Michael Perry posted? I can't seem to find it any... read more | 02/04/2011 (9:00 am) |
| CustomMat, Shader, RenderTarget interaction help | Oh and to clarify further, the "MyTarget" RenderTarget is being drawn to, and applied to a... read more | 02/04/2011 (8:33 am) |
| Unable to load Project_DEBUG.dll | VS2008 and No, just when we try to run the executable.... read more | 01/26/2011 (9:34 am) |
| Input Across Multiple GUIs | Bump.... read more | 12/13/2010 (1:20 pm) |
| Switching between multiple open dialogs | Hate to necro this thread, but this is the exact problem I'm having. I posted this thread (http://w... read more | 12/09/2010 (2:58 pm) |
| Enable Mouse Cursor | Thanks Henry, that solved my problem.... read more | 12/09/2010 (12:55 pm) |
| Input Across Multiple GUIs | Still hoping for input on this problem. Pun intended.... read more | 12/09/2010 (12:20 pm) |
| Custom Controls not showing up in GUI Editor | While I'm sure that I could duplicate control classes and add functionality to each to support anima... read more | 11/24/2010 (4:07 pm) |
| Custom Controls not showing up in GUI Editor | Well Ivan, I added the "new" to playGui.gui and sure enough the constructor for my control... read more | 11/24/2010 (3:14 pm) |
| Custom Controls not showing up in GUI Editor | Well, I think that was a step in the right direction. I made the following directives: DECLARE_C... read more | 11/24/2010 (2:22 pm) |
| Custom Controls not showing up in GUI Editor | Yeah, see, that's where my problem lies. My GuiAnimatedControl isn't showing up in the File->New... read more | 11/24/2010 (1:15 pm) |