Click here to Skip to main content
15,914,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: CopyFile problem Pin
David Crow1-Aug-06 3:12
David Crow1-Aug-06 3:12 
Questiondestop icon and system tray icon when install new software Pin
ningthemcha1-Aug-06 1:50
ningthemcha1-Aug-06 1:50 
AnswerRe: destop icon and system tray icon when install new software Pin
Parthi_Appu1-Aug-06 2:53
Parthi_Appu1-Aug-06 2:53 
Questiona 3d modeller class Pin
tecdroid1-Aug-06 1:39
tecdroid1-Aug-06 1:39 
AnswerRe: a 3d modeller class Pin
Rilhas4-Aug-06 10:52
Rilhas4-Aug-06 10:52 
GeneralRe: a 3d modeller class Pin
tecdroid4-Aug-06 19:52
tecdroid4-Aug-06 19:52 
GeneralRe: a 3d modeller class Pin
Rilhas6-Aug-06 3:15
Rilhas6-Aug-06 3:15 
GeneralRe: a 3d modeller class Pin
tecdroid6-Aug-06 22:33
tecdroid6-Aug-06 22:33 
Hello again.

It took some time to read your post (my English isn't the best at all)

Ookay, let's have a look at your questions:

Q1) I'd like to use vectors of structures point, surface, line.
something like
struct point {
float pos[3];
int s, t; // for texturing
bool textured;
bool visible;
bool active;
};

struct line {
long pointa, pointb; // index of two points
bool visible;
bool active;
};

struct surface {
long pointa, pointb, pointc;
bool active;
};

Q2) to privde a HDC to the lib seems to be fine.

Q3) if the lib gets a HDC I should be able to create four or more windows on my own, or not? each window would only have one perspective (front^top^side^perspective)

Q4) I think source may stay yours but it should be free to use in any way.

Q5) if you mean server-client architecture as opengl, I'd say yes.

I1) I think that'll be okay. Maybe it would be useful to set a switch for drawing the points and lines to the perspective view (as well as the texture?)

I2) external means that I want to manage these lists in my progam so the library only has to draw them. The lists will be given to the lib as parameter to the create function. That way i'll be able to use more than one window for creating my objects and I can use lines for bone animations Wink | ;)

I3) my program could send a function call "setAction(int action_type)" to the lib

I4) The only thing that's needed is to select points. If I move a point, the trangles or lines will follow.

I5) I don't really understand what this question means, but think you're right Wink | ;)

I6) if you mean the multiselect, a single point select combined with CTRL may be a siple way to handle this?

I7) my idea was to use a window which shows the texture where I can move a pointer which is automatically transferred to a selected point. Render a spherical projection to the object would be a nice init for the texturing process. Btw: Blender has a funny feature: you can spray your texture directly to your object but I don't believe that one can get useful results.

Well I hope my suggestions aren't too difficult Smile | :)
GeneralRe: a 3d modeller class Pin
Rilhas10-Aug-06 7:46
Rilhas10-Aug-06 7:46 
GeneralRe: a 3d modeller class Pin
tecdroid11-Aug-06 1:49
tecdroid11-Aug-06 1:49 
QuestionMoving Ellipse Problem Pin
uday kiran janaswamy1-Aug-06 1:28
uday kiran janaswamy1-Aug-06 1:28 
AnswerRe: Moving Ellipse Problem Pin
tecdroid1-Aug-06 1:43
tecdroid1-Aug-06 1:43 
AnswerRe: Moving Ellipse Problem Pin
toxcct1-Aug-06 2:24
toxcct1-Aug-06 2:24 
AnswerRe: Moving Ellipse Problem Pin
Zac Howland1-Aug-06 4:28
Zac Howland1-Aug-06 4:28 
QuestionAccess Web Services from MS eMbedded C++ 4.0 Pin
iks1-Aug-06 1:09
iks1-Aug-06 1:09 
QuestionXMLRPC and VStudio6.0(VC++) Pin
_AnsHUMAN_ 1-Aug-06 0:49
_AnsHUMAN_ 1-Aug-06 0:49 
QuestionTooltip to static text?? Pin
Manjunath S1-Aug-06 0:48
Manjunath S1-Aug-06 0:48 
AnswerRe: Tooltip to static text?? Pin
uday kiran janaswamy1-Aug-06 1:02
uday kiran janaswamy1-Aug-06 1:02 
QuestionMoving Ellipse Problem Pin
uday kiran janaswamy1-Aug-06 0:34
uday kiran janaswamy1-Aug-06 0:34 
AnswerRe: Moving Ellipse Problem Pin
Hamid_RT1-Aug-06 0:50
Hamid_RT1-Aug-06 0:50 
GeneralRe: Moving Ellipse Problem [modified] Pin
uday kiran janaswamy1-Aug-06 0:53
uday kiran janaswamy1-Aug-06 0:53 
GeneralRe: Moving Ellipse Problem Pin
Hamid_RT1-Aug-06 1:27
Hamid_RT1-Aug-06 1:27 
GeneralRe: Moving Ellipse Problem Pin
uday kiran janaswamy1-Aug-06 1:30
uday kiran janaswamy1-Aug-06 1:30 
QuestionRTTI Pin
vikramlinux31-Jul-06 23:59
vikramlinux31-Jul-06 23:59 
AnswerRe: RTTI Pin
toxcct1-Aug-06 0:36
toxcct1-Aug-06 0:36 

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.