Can I draw 3D objects by C# (cf 1.1)?
Hi everyone,
I need to do a really simple and samll 3D universe in a pocket pc 2003 using c# in .net cf. I was searching on google for hours, but I couldn't find any related resouced about that, I have a reference book but all the drawing method are 2D, anyone can help me of that, really appreciate!
Many thanks!
Ray
AlexY wrote: |
|
Hi , thxxxxx so much for your help, I guess you must tried this sample before, so I think I can make use of their 3D drawing library, do you know any documentation of those library? sorry to bother you again, thxxxxxx so much!
I am not aware of any docs on that, but you should be able to learn from the sample. It is a classic implementation of 3D drawing library with Vertex, Matrix and GeoModel.
AlexY wrote: |
| I am not aware of any docs on that, but you should be able to learn from the sample. It is a classic implementation of 3D drawing library with Vertex, Matrix and GeoModel. |
|
Thanks Alex, I will work on that, I am a student study in Bristol University, sadly, .Net is not popular in this university, so I can't get any help for that, but I love .Net so I use it to do my MSc project, anyway, I am so appreciate your help, you are such a nice guy!
markpre_ms wrote: |
| Windows Mobile v5.0 does include a port of DirectX. .NET Compact Framework v2.0 also includes the managed interfaces to these D3D interfaces. Unfortunately you’re using a device PPC 2003 which does not include these interfaces. If you want to continue to develop a 3D app on that platform you will need to write your own 3D rendering engine. For more information on NETCF's implementation of D3D see my BLOG at: http://blogs.msdn.com/markprenticems |
|
Yes, you are right, that's why Alex send me that link which persents a application does have 3D drawing in a ppc2003 based on their own libraries (in c# also), but there is no documentation so I will try to understand that, you may want to click on that link to have a look, that application called packman.