Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
GeneralRe: refactoring plugin Pin
Werdna30-Jun-04 6:07
Werdna30-Jun-04 6:07 
GeneralRe: refactoring plugin Pin
steven shingler30-Jun-04 12:40
steven shingler30-Jun-04 12:40 
GeneralFile transfer problems Pin
janne6730-Jun-04 1:31
janne6730-Jun-04 1:31 
GeneralRe: File transfer problems Pin
Not Active30-Jun-04 2:53
mentorNot Active30-Jun-04 2:53 
Generaloverride button to create an image button... Pin
misterbear30-Jun-04 1:01
misterbear30-Jun-04 1:01 
GeneralRe: override button to create an image button... Pin
Nnamdi Onyeyiri30-Jun-04 1:10
Nnamdi Onyeyiri30-Jun-04 1:10 
GeneralDirectX Pin
ghho30-Jun-04 0:03
ghho30-Jun-04 0:03 
GeneralRe: DirectX Pin
Jeremy Kimball30-Jun-04 4:43
Jeremy Kimball30-Jun-04 4:43 
Wow...you've got your work cut out for you. What I would do if I were you:

1. Google like a madman for "Direct3D 9.0 tutorials"
2. Download the DirectX SDK documentation
3. Look heavily into the following areas:
   - Microsoft.DirectX.Direct3D.VertexBuffer
   - Microsoft.DirectX.Direct3D.Device
   - Microsoft.DirectX.Direct3D.Texture
   - Microsoft.DirectX.Direct3D.Transforms
   - Vector3.Unproject and Vector3.Project


The VertexBuffers hold the "points" that make up the 3D models in your application. The Device is a object that represents the drawing space of your app. Textures are painted onto the 3D models to make them look better, and Transforms are how you move objects around in your "world", as well as your viewing location, or camera. The Project and Unproject methods take a 2D point and convert it into 3D viewspace, and vice-versa.

To summarize, start reading a LOT. You'll be working with a heavy amount of trigonometry, geometry and matrix algebra.



Jeremy Kimball

I have traveled the gutters, lo these many days, with no signs of life. Well met.
-brianwelsch
GeneralRe: DirectX Pin
Heath Stewart30-Jun-04 5:47
protectorHeath Stewart30-Jun-04 5:47 
GeneralRe: DirectX Pin
MKlucher30-Jun-04 6:52
MKlucher30-Jun-04 6:52 
GeneralProblem with appending rtf data to a rich text box Pin
Ravikumar_mv29-Jun-04 23:13
Ravikumar_mv29-Jun-04 23:13 
GeneralRe: Problem with appending rtf data to a rich text box Pin
Ravikumar_mv30-Jun-04 2:00
Ravikumar_mv30-Jun-04 2:00 
GeneralRe: Problem with appending rtf data to a rich text box Pin
Dave Kreskowiak30-Jun-04 12:17
mveDave Kreskowiak30-Jun-04 12:17 
Questionhow to get sqlserver names in local net Pin
huangjinzhansh29-Jun-04 22:17
huangjinzhansh29-Jun-04 22:17 
AnswerRe: how to get sqlserver names in local net Pin
Guinness4Strength30-Jun-04 6:13
Guinness4Strength30-Jun-04 6:13 
AnswerRe: how to get sqlserver names in local net Pin
Heath Stewart30-Jun-04 6:56
protectorHeath Stewart30-Jun-04 6:56 
QuestionHow to implement Pin
John L. DeVito29-Jun-04 22:00
professionalJohn L. DeVito29-Jun-04 22:00 
AnswerRe: How to implement Pin
Colin Angus Mackay29-Jun-04 23:14
Colin Angus Mackay29-Jun-04 23:14 
GeneralRe: How to implement Pin
misterbear30-Jun-04 0:55
misterbear30-Jun-04 0:55 
GeneralRe: How to implement Pin
John L. DeVito30-Jun-04 8:17
professionalJohn L. DeVito30-Jun-04 8:17 
GeneralRe: How to implement Pin
Colin Angus Mackay30-Jun-04 8:56
Colin Angus Mackay30-Jun-04 8:56 
GeneralRe: How to implement Pin
John L. DeVito30-Jun-04 13:27
professionalJohn L. DeVito30-Jun-04 13:27 
AnswerRe: How to implement Pin
Werdna30-Jun-04 5:46
Werdna30-Jun-04 5:46 
GeneralRe: How to implement Pin
Werdna30-Jun-04 5:47
Werdna30-Jun-04 5:47 
GeneralCollection class with different class members Pin
pxp29-Jun-04 21:31
pxp29-Jun-04 21:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.