Click here to Skip to main content
15,915,163 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with method signatures Pin
Judah Gabriel Himango16-Apr-06 11:21
sponsorJudah Gabriel Himango16-Apr-06 11:21 
AnswerRe: Problem with method signatures Pin
Michael Dunn16-Apr-06 12:01
sitebuilderMichael Dunn16-Apr-06 12:01 
QuestionRe: Problem with method signatures Pin
t4ure4n26-Apr-06 4:34
t4ure4n26-Apr-06 4:34 
QuestionEmbedding executable in my application Pin
zorro.tmh16-Apr-06 3:08
zorro.tmh16-Apr-06 3:08 
AnswerRe: Embedding executable in my application Pin
Judah Gabriel Himango16-Apr-06 6:01
sponsorJudah Gabriel Himango16-Apr-06 6:01 
GeneralRe: Embedding executable in my application Pin
zorro.tmh16-Apr-06 23:36
zorro.tmh16-Apr-06 23:36 
QuestionHow can I use the objects which I made by 3DMax into Open GL ??!! Pin
suroor45316-Apr-06 2:27
suroor45316-Apr-06 2:27 
AnswerRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
Judah Gabriel Himango16-Apr-06 6:09
sponsorJudah Gabriel Himango16-Apr-06 6:09 
Well, firstly, you're going to need to render a scene in OpenGL using C#. Since OpenGL is native code rather than .NET, you'll need some bindings/wrapper to use OpenGL in C#. One such binding is the Tao OpenGL bindings[^]. You can use that to program OpenGL in your C# code.

In order to load files from 3dsMax, you'll need some library that loads files exported from Max. You can code one yourself or more preferrably, find an existing one. 3dsMax can save to .max files which are proprietary and closed. .3ds files can be exported from Max, and there are many well known .3ds file parsers which can parse out a .3ds file, read in the vertices, faces, and textures, then throw those together into a DirectX or OpenGL scene. One such .3ds importer for OpenGL is available here[^].

Tech, life, family, faith: Give me a visit.
I'm currently blogging about: I luv teh choco
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
suroor45316-Apr-06 7:26
suroor45316-Apr-06 7:26 
GeneralRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
Judah Gabriel Himango16-Apr-06 15:41
sponsorJudah Gabriel Himango16-Apr-06 15:41 
AnswerRe: How can I use the objects which I made by 3DMax into Open GL ??!! Pin
Judah Gabriel Himango16-Apr-06 6:25
sponsorJudah Gabriel Himango16-Apr-06 6:25 
QuestionList with ListChanged and ListChanging events - asking for code review and suggestions (long source code included) Pin
Patrick Klug16-Apr-06 2:20
Patrick Klug16-Apr-06 2:20 
AnswerRe: List with ListChanged and ListChanging events - asking for code review and suggestions (long source code included) Pin
Guffa16-Apr-06 3:45
Guffa16-Apr-06 3:45 
GeneralRe: List with ListChanged and ListChanging events - asking for code review and suggestions (long source code included) Pin
Patrick Klug16-Apr-06 6:10
Patrick Klug16-Apr-06 6:10 
QuestionTreeView Pin
babamara16-Apr-06 2:05
babamara16-Apr-06 2:05 
AnswerRe: TreeView Pin
Judah Gabriel Himango16-Apr-06 6:15
sponsorJudah Gabriel Himango16-Apr-06 6:15 
Questionhow to set Password on Access database ? Pin
hdv21216-Apr-06 1:55
hdv21216-Apr-06 1:55 
GeneralRe: how to set Password on Access database ? Pin
Guffa16-Apr-06 2:16
Guffa16-Apr-06 2:16 
GeneralRe: how to set Password on Access database ? Pin
hdv21216-Apr-06 3:42
hdv21216-Apr-06 3:42 
QuestionHow to receive result of sending the letter in MS Outlook? Pin
Vasya - dragon16-Apr-06 0:47
Vasya - dragon16-Apr-06 0:47 
Questionreading from zi[ file Pin
CoolASL15-Apr-06 23:56
CoolASL15-Apr-06 23:56 
AnswerRe: reading from zi[ file Pin
Vasya - dragon16-Apr-06 0:53
Vasya - dragon16-Apr-06 0:53 
QuestionXmlDocument.SelectSingleNode Pin
Ali Beirami15-Apr-06 23:41
Ali Beirami15-Apr-06 23:41 
AnswerRe: XmlDocument.SelectSingleNode Pin
Judah Gabriel Himango16-Apr-06 6:18
sponsorJudah Gabriel Himango16-Apr-06 6:18 
Questionhow to set Password on Access database ? Pin
hdv21215-Apr-06 22:58
hdv21215-Apr-06 22:58 

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.