Click here to Skip to main content
15,868,141 members
Home / Discussions / Graphics
   

Graphics

 
QuestionContouring problem using pixel shader Pin
jimSehn11-Dec-12 3:44
jimSehn11-Dec-12 3:44 
AnswerRe: Contouring problem using pixel shader Pin
oPhoenixo21-Dec-12 4:01
oPhoenixo21-Dec-12 4:01 
Questionhue and saturation in direct show Pin
mazizi16-Oct-12 21:09
mazizi16-Oct-12 21:09 
AnswerRe: hue and saturation in direct show Pin
Pete O'Hanlon16-Oct-12 23:23
subeditorPete O'Hanlon16-Oct-12 23:23 
Questiongraphics code needed Pin
chandugarsari26-Sep-12 18:54
chandugarsari26-Sep-12 18:54 
AnswerRe: graphics code needed Pin
Richard MacCutchan26-Sep-12 21:40
mveRichard MacCutchan26-Sep-12 21:40 
AnswerRe: graphics code needed Pin
Thomas Daniels29-Sep-12 8:09
mentorThomas Daniels29-Sep-12 8:09 
QuestionApplying Texture for a complied OpenGl List Pin
Anand V_20-Sep-12 20:18
Anand V_20-Sep-12 20:18 
I am looking to apply Texture to an already compiled OpenGL List.

Is it possible to apply texture to a GL List. Please let me know how to do it.

My OpenGL list contains TRIANGLE STRIPS (defined with gl.Normal3d & gl.Vertex3d)

Typically my code would be generating a GL List as below. To this List I want to apply some texture.

C#
gl.NewList(GLListTag, gl.COMPILE);
 {
   gl.Begin(gl.TRIANGLE_STRIP);
   for (int i = 0; i< PointsCount; i++)
  {

   gl.Normal3d(x,y,z)
   gl.Vertex3d(a,b,c)
   }
   gl.End();
}
gl.EndList();

QuestionRadius Edge Control with Rect Points Showing Pin
Mark Regal20-Aug-12 5:31
Mark Regal20-Aug-12 5:31 
AnswerRe: Radius Edge Control with Rect Points Showing Pin
Pete O'Hanlon20-Aug-12 6:10
subeditorPete O'Hanlon20-Aug-12 6:10 
GeneralRe: Radius Edge Control with Rect Points Showing Pin
Mark Regal20-Aug-12 6:38
Mark Regal20-Aug-12 6:38 
QuestionHow can I draw a hexagon with children in VB.NET code? Pin
Tonielro21-Jul-12 21:46
Tonielro21-Jul-12 21:46 
AnswerRe: How can I draw a hexagon with children in VB.NET code? Pin
Richard MacCutchan22-Jul-12 0:19
mveRichard MacCutchan22-Jul-12 0:19 
GeneralRe: How can I draw a hexagon with children in VB.NET code? Pin
Tonielro22-Jul-12 0:43
Tonielro22-Jul-12 0:43 
GeneralRe: How can I draw a hexagon with children in VB.NET code? Pin
Richard MacCutchan22-Jul-12 0:52
mveRichard MacCutchan22-Jul-12 0:52 
GeneralRe: How can I draw a hexagon with children in VB.NET code? Pin
Tonielro22-Jul-12 1:15
Tonielro22-Jul-12 1:15 
GeneralRe: How can I draw a hexagon with children in VB.NET code? Pin
CDP180222-Jul-12 1:28
CDP180222-Jul-12 1:28 
GeneralRe: How can I draw a hexagon with children in VB.NET code? Pin
Tonielro22-Jul-12 1:37
Tonielro22-Jul-12 1:37 
GeneralRe: How can I draw a hexagon with children in VB.NET code? Pin
Richard MacCutchan22-Jul-12 2:01
mveRichard MacCutchan22-Jul-12 2:01 
QuestionRedirecting Window Output Pin
iPick1216-Jun-12 3:36
iPick1216-Jun-12 3:36 
QuestionGDI OpenGL composition Pin
iPick1226-May-12 0:52
iPick1226-May-12 0:52 
AnswerFound the solution Pin
iPick1211-Jun-12 3:16
iPick1211-Jun-12 3:16 
GeneralRe: Found the solution Pin
spoolrd27-Jul-12 4:05
spoolrd27-Jul-12 4:05 
Questionhelp on 3d game development Pin
Emile the code master20-May-12 18:54
Emile the code master20-May-12 18:54 
AnswerRe: help on 3d game development Pin
Amarnath S3-Jun-12 21:50
professionalAmarnath S3-Jun-12 21:50 

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.