Click here to Skip to main content
16,008,490 members
Home / Discussions / Graphics
   

Graphics

 
Questionbackground in OpenGL Pin
Ben_King14-Oct-09 22:43
Ben_King14-Oct-09 22:43 
AnswerRe: background in OpenGL Pin
Tim Craig15-Oct-09 8:46
Tim Craig15-Oct-09 8:46 
Questionhow to get a Condition force in Direct X Pin
Bruce Coa11-Oct-09 21:25
Bruce Coa11-Oct-09 21:25 
QuestionDewarping a fisheye image to rectilinear Pin
Shmulik286-Oct-09 3:36
Shmulik286-Oct-09 3:36 
AnswerRe: Dewarping a fisheye image to rectilinear Pin
Tim Craig6-Oct-09 11:43
Tim Craig6-Oct-09 11:43 
Generalhigh important request Pin
aboyaser2-Oct-09 4:05
aboyaser2-Oct-09 4:05 
GeneralRe: low important response Pin
Tim Craig2-Oct-09 18:07
Tim Craig2-Oct-09 18:07 
GeneralRe: low important response Pin
aboyaser3-Oct-09 23:27
aboyaser3-Oct-09 23:27 
GeneralRe: low important response Pin
Tim Craig4-Oct-09 8:03
Tim Craig4-Oct-09 8:03 
QuestionWM ASF Writer Audio Recording problem Pin
Subhash Madhukar30-Sep-09 16:03
Subhash Madhukar30-Sep-09 16:03 
Questionhow can load and transform (with annotations or equivalent ) an tiff file and save it again? with visual basic 2005 or C# Pin
xabalb29-Sep-09 5:52
xabalb29-Sep-09 5:52 
AnswerRe: how can load and transform (with annotations or equivalent ) an tiff file and save it again? with visual basic 2005 or C# Pin
Richard MacCutchan29-Sep-09 22:29
mveRichard MacCutchan29-Sep-09 22:29 
Questionimage processing Pin
rizwana rashid28-Sep-09 10:20
rizwana rashid28-Sep-09 10:20 
AnswerRe: image processing Pin
Henry Minute28-Sep-09 10:37
Henry Minute28-Sep-09 10:37 
AnswerRe: image processing Pin
Tim Craig29-Sep-09 18:32
Tim Craig29-Sep-09 18:32 
GeneralLink to download photoshop cs4 [modified] Pin
Mekong River30-Aug-09 17:12
Mekong River30-Aug-09 17:12 
QuestionDirectx pls Pin
nirishere30-Aug-09 11:55
nirishere30-Aug-09 11:55 
QuestionFinding a polygon that encloses a set of points Pin
gantww28-Aug-09 7:06
gantww28-Aug-09 7:06 
AnswerRe: Finding a polygon that encloses a set of points Pin
Luc Pattyn28-Aug-09 7:45
sitebuilderLuc Pattyn28-Aug-09 7:45 
Questionde-captcha project Pin Pin
Sepirothftw27-Aug-09 21:31
Sepirothftw27-Aug-09 21:31 
AnswerRe: de-captcha project Pin Pin
ely_bob27-Oct-09 6:10
professionalely_bob27-Oct-09 6:10 
QuestionDirectX, TIN surface models. Sample code for creating a mesh. Pin
st1426-Aug-09 1:38
st1426-Aug-09 1:38 
Questiondirectx , create big mesh object. Pin
csipahi16-Aug-09 4:39
csipahi16-Aug-09 4:39 
AnswerRe: directx , create big mesh object. Pin
Baltoro16-Aug-09 11:15
Baltoro16-Aug-09 11:15 
Questionhow do i divide a line segment into set of vertices Pin
gourishsio6-Aug-09 20:31
gourishsio6-Aug-09 20:31 
I got a connected line segments. These line segments are connected with a set of vertices. Now, i need to redistribute the vertices over this line in such a way that, all the vertices are equally spaced.

I mean, suppose if the user wants the vertices to be redistributed with the spacing of say 10 units.. Here i need to have new set of vertices, having distance between each pair of points(x,y) should be 10.

One way i tried this is to start with the first point of the connected lines, and read each point(x,y) along the line segment and find whether the distance of these two points is 10. If it is 10, then take the new point as your reference point and repeat the process... This method works fine. But for lines of different angles, the distance is not same.. so i dont get equally spaced points.

Is there any other way out for this..??

Thanks in advance

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.