Click here to Skip to main content
15,899,314 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Metal Circle with GDI+ Pin
Luc Pattyn14-Jun-09 7:25
sitebuilderLuc Pattyn14-Jun-09 7:25 
GeneralRe: Metal Circle with GDI+ Pin
Leslie Sanford23-Jun-09 14:27
Leslie Sanford23-Jun-09 14:27 
GeneralRe: Metal Circle with GDI+ Pin
Luc Pattyn23-Jun-09 14:33
sitebuilderLuc Pattyn23-Jun-09 14:33 
GeneralRe: Metal Circle with GDI+ Pin
Luc Pattyn26-Jun-09 6:48
sitebuilderLuc Pattyn26-Jun-09 6:48 
GeneralRe: Metal Circle with GDI+ Pin
Henry Minute16-Jun-09 11:12
Henry Minute16-Jun-09 11:12 
QuestionWeb Cam URL Pin
Dinker Batra9-Jun-09 21:15
Dinker Batra9-Jun-09 21:15 
Questionhow can I load a image into memory? Pin
transoft8-Jun-09 4:38
transoft8-Jun-09 4:38 
QuestionCreating an Emboss/Bevelled effect for Circles and Rectangles [modified] Pin
Leslie Sanford7-Jun-09 19:56
Leslie Sanford7-Jun-09 19:56 
AnswerRe: Creating an Emboss/Bevelled effect for Circles and Rectangles Pin
Tim Craig8-Jun-09 14:38
Tim Craig8-Jun-09 14:38 
GeneralRe: Creating an Emboss/Bevelled effect for Circles and Rectangles Pin
Leslie Sanford8-Jun-09 15:37
Leslie Sanford8-Jun-09 15:37 
GeneralRe: Creating an Emboss/Bevelled effect for Circles and Rectangles Pin
Tim Craig8-Jun-09 19:09
Tim Craig8-Jun-09 19:09 
GeneralRe: Creating an Emboss/Bevelled effect for Circles and Rectangles Pin
Leslie Sanford8-Jun-09 19:52
Leslie Sanford8-Jun-09 19:52 
GeneralRe: Creating an Emboss/Bevelled effect for Circles and Rectangles Pin
Tim Craig9-Jun-09 15:05
Tim Craig9-Jun-09 15:05 
QuestionGLX rendering context problem Pin
sheeri manik2-Jun-09 15:08
sheeri manik2-Jun-09 15:08 
QuestionDxText for Offline VideoWatermarking Pin
anki12326-May-09 21:24
anki12326-May-09 21:24 
QuestionObject transform problem! Pin
Avion8525-May-09 13:30
Avion8525-May-09 13:30 
AnswerRe: Object transform problem! Pin
Baltoro4-Jun-09 7:44
Baltoro4-Jun-09 7:44 
Question3D Model seems to be all... 2Dish [Solved] Pin
Anthony Mushrow24-May-09 16:24
professionalAnthony Mushrow24-May-09 16:24 
AnswerRe: 3D Model seems to be all... 2Dish Pin
Tim Craig24-May-09 17:50
Tim Craig24-May-09 17:50 
QuestionDrawing a Sphere in 3D Pin
Avion8520-May-09 9:36
Avion8520-May-09 9:36 
AnswerRe: Drawing a Sphere in 3D Pin
Baltoro20-May-09 15:09
Baltoro20-May-09 15:09 
GeneralRe: Drawing a Sphere in 3D Pin
Avion8521-May-09 2:42
Avion8521-May-09 2:42 
GeneralRe: Drawing a Sphere in 3D Pin
Baltoro23-May-09 9:15
Baltoro23-May-09 9:15 
I see,...I initially thought this was more of a conceptual problem.
Here is a tutorial on using Index Buffers (it describes a cube, but, this is easier to visualize): DirectX Managed Index Buffer Tutorial[^]
That author has a series of beginning DirectX tutorials: Complete Listing of DirectX Tutorials[^]
Originally, I thought you were interested in the actual implementation of the basic C+++ code for displaying a 3D Object. There are a number of excellent books on the subject available, that explain the underlying details of the trigonometry, without using the DirectX library (and the associated dependency). If you can find "Tricks of the 3D Game Programming Gurus, Advanced 3D Graphics and Rasterization", by Andre LaMothe[^], or something comparable, I would buy it (it explains all the mathematics of 3D graphics Windows programming in a clear way).
In my research into graphics, I found the following gateways excellent and informative reading: Real-Time Rendering Resources[^], and, Tim Rowley's Listing of Siggraph Papers[^]
GeneralRe: Drawing a Sphere in 3D Pin
Avion8523-May-09 10:15
Avion8523-May-09 10:15 
GeneralRe: Drawing a Sphere in 3D Pin
Avion8524-May-09 13:14
Avion8524-May-09 13:14 

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.