Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General(Beginner) unsigned int x : 2 Pin
Rafferty Uy13-Jul-04 21:19
Rafferty Uy13-Jul-04 21:19 
GeneralRe: (Beginner) unsigned int x : 2 Pin
«_Superman_»14-Jul-04 1:21
professional«_Superman_»14-Jul-04 1:21 
GeneralRe: (Beginner) unsigned int x : 2 Pin
parths14-Jul-04 1:50
parths14-Jul-04 1:50 
GeneralRe: (Beginner) unsigned int x : 2 Pin
volum14-Jul-04 3:11
sussvolum14-Jul-04 3:11 
GeneralRe: (Beginner) unsigned int x : 2 Pin
Rafferty Uy14-Jul-04 15:27
Rafferty Uy14-Jul-04 15:27 
GeneralNeed a 3d shape class Pin
anderslundsgard13-Jul-04 20:56
anderslundsgard13-Jul-04 20:56 
GeneralRe: Need a 3d shape class Pin
V.13-Jul-04 21:14
professionalV.13-Jul-04 21:14 
GeneralRe: Need a 3d shape class Pin
Johann Gerell13-Jul-04 21:23
Johann Gerell13-Jul-04 21:23 
This is a task that might grow exponentially in complexity as new 3D shapes are added. If you haven't read up on 3D scenery data structure modeling, now is a good time to do so.

I don't know if there such a class, but what you'll need the following:

1. Track all vertices.
2. Track all edges.
3. Track all faces.

Also,

4. Define what characteristics a face can have (flat, convex, concave, etc.)
5. Define where the interior and exterior of a face is and what their characteristics are (solid, hollow, etc.)

Hmmm... upon further reading of your question, I realize that you already most likely know this and that you're asking for something else. Oh, well...

D'Oh! | :doh:

--
The Blog: Bits and Pieces
GeneralRe: Need a 3d shape class Pin
anderslundsgard13-Jul-04 22:30
anderslundsgard13-Jul-04 22:30 
GeneralRe: Need a 3d shape class Pin
cmk14-Jul-04 1:02
cmk14-Jul-04 1:02 
GeneralRe: Need a 3d shape class Pin
anderslundsgard14-Jul-04 2:05
anderslundsgard14-Jul-04 2:05 
GeneralRe: Need a 3d shape class Pin
vmaltsev14-Jul-04 5:29
vmaltsev14-Jul-04 5:29 
GeneralRe: Main Window Title Pin
Johann Gerell13-Jul-04 20:51
Johann Gerell13-Jul-04 20:51 
GeneralRe: Main Window Title Pin
V.13-Jul-04 20:56
professionalV.13-Jul-04 20:56 
GeneralRe: Main Window Title Pin
Jeffrey Walton14-Jul-04 12:44
Jeffrey Walton14-Jul-04 12:44 
Generalhelp reg voice chat Pin
Member 101812813-Jul-04 20:47
Member 101812813-Jul-04 20:47 
GeneralMain Window Title Pin
«_Superman_»13-Jul-04 20:26
professional«_Superman_»13-Jul-04 20:26 
General_T, _TCHAR and TCHAR Pin
normus13-Jul-04 20:24
normus13-Jul-04 20:24 
GeneralRe: _T, _TCHAR and TCHAR Pin
User 58385213-Jul-04 20:38
User 58385213-Jul-04 20:38 
GeneralRe: _T, _TCHAR and TCHAR Pin
Johann Gerell13-Jul-04 20:57
Johann Gerell13-Jul-04 20:57 
GeneralRe: _T, _TCHAR and TCHAR Pin
Johann Gerell13-Jul-04 21:10
Johann Gerell13-Jul-04 21:10 
GeneralRe: _T, _TCHAR and TCHAR Pin
normus13-Jul-04 22:46
normus13-Jul-04 22:46 
GeneralRe: _T, _TCHAR and TCHAR Pin
Johann Gerell14-Jul-04 0:39
Johann Gerell14-Jul-04 0:39 
GeneralRe: _T, _TCHAR and TCHAR Pin
normus14-Jul-04 3:16
normus14-Jul-04 3:16 
GeneralRe: _T, _TCHAR and TCHAR Pin
Johann Gerell14-Jul-04 3:57
Johann Gerell14-Jul-04 3:57 

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.