Click here to Skip to main content
15,918,742 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: How to paint brushed metal surface... Pin
Johnny J.19-Aug-15 22:35
professionalJohnny J.19-Aug-15 22:35 
QuestionSplit one image into six smaller, component images. Pin
Brady Kelly12-Jul-15 0:28
Brady Kelly12-Jul-15 0:28 
AnswerRe: Split one image into six smaller, component images. Pin
Richard Deeming13-Jul-15 0:40
mveRichard Deeming13-Jul-15 0:40 
GeneralRe: Split one image into six smaller, component images. Pin
Brady Kelly13-Jul-15 0:46
Brady Kelly13-Jul-15 0:46 
GeneralRe: Split one image into six smaller, component images. Pin
Richard Deeming13-Jul-15 0:50
mveRichard Deeming13-Jul-15 0:50 
GeneralRe: Split one image into six smaller, component images. Pin
Manfred Rudolf Bihy13-Jul-15 2:10
professionalManfred Rudolf Bihy13-Jul-15 2:10 
GeneralRe: Split one image into six smaller, component images. Pin
Brady Kelly13-Jul-15 2:12
Brady Kelly13-Jul-15 2:12 
GeneralRe: Split one image into six smaller, component images. Pin
Manfred Rudolf Bihy13-Jul-15 3:10
professionalManfred Rudolf Bihy13-Jul-15 3:10 
QuestionColor issue with custom cursor Pin
Super Lloyd4-Jun-15 3:45
Super Lloyd4-Jun-15 3:45 
AnswerRe: Color issue with custom cursor Pin
Eddy Vluggen4-Jun-15 4:03
professionalEddy Vluggen4-Jun-15 4:03 
GeneralRe: Color issue with custom cursor Pin
Super Lloyd4-Jun-15 14:19
Super Lloyd4-Jun-15 14:19 
AnswerRe: Color issue with custom cursor Pin
Brisingr Aerowing18-Feb-16 17:29
professionalBrisingr Aerowing18-Feb-16 17:29 
GeneralRe: Color issue with custom cursor Pin
Super Lloyd19-Feb-16 0:15
Super Lloyd19-Feb-16 0:15 
QuestionHow to convert graphics to ttf? Pin
ts_chen23-May-15 23:13
ts_chen23-May-15 23:13 
Question3D mesh Surface with C++ GDI / GDI+ / simple canvas Pin
Austin_Cpp27-Mar-15 15:02
Austin_Cpp27-Mar-15 15:02 
AnswerRe: 3D mesh Surface with C++ GDI / GDI+ / simple canvas Pin
Richard MacCutchan27-Mar-15 22:12
mveRichard MacCutchan27-Mar-15 22:12 
GeneralRe: 3D mesh Surface with C++ GDI / GDI+ / simple canvas Pin
Austin_Cpp27-Mar-15 22:33
Austin_Cpp27-Mar-15 22:33 
Questionhow to compare if two image are roughly the same with threshold? Pin
neodeaths27-Feb-15 11:05
neodeaths27-Feb-15 11:05 
QuestionNumber of vertices in Blender vs number of vertices in XNA Pin
KamranKamal23-Feb-15 12:46
KamranKamal23-Feb-15 12:46 
I'm trying to import a terrain that I made in Blender by exporting it (from Blender) in .fbx format.

This model has only one modelmesh and Blender tells me in the top right hand corner that I have 16,384 verts which is correct since I divided my mesh into 128*128 equal parts.

I then imported my model into XNA using the Content pipeline and loaded it into a Model class.

I inserted a breakpoint on this line to "watch" the verticesIn.length property.

land.Meshes[0].MeshParts[0].VertexBuffer.GetData<VertexPositionNormalTexture>(verticesIn)


The verticesIn.length property was set to 54452, which is just over 3.3 times the number of vertices I'm meant to have as shown in Blender.

I'm using Blender v2.72 and XNA v4.0.
Any help will be greatly appreciated.
Kamran Kamal

AnswerRe: Number of vertices in Blender vs number of vertices in XNA Pin
KamranKamal23-Feb-15 23:53
KamranKamal23-Feb-15 23:53 
QuestionLooking for Cartesian graphic component for dotnet.... Pin
Sam Marrocco15-Jan-15 6:36
Sam Marrocco15-Jan-15 6:36 
Answeruse System.Drawing namespace; Pin
Nitin K. Kawale26-Jan-15 17:50
professionalNitin K. Kawale26-Jan-15 17:50 
GeneralRe: use System.Drawing namespace; Pin
Sam Marrocco27-Jan-15 2:35
Sam Marrocco27-Jan-15 2:35 
QuestionRotate TTF Font Glyph? Pin
radarcontact29-Nov-14 14:25
radarcontact29-Nov-14 14:25 
QuestionDx installation Pin
Otekpo Emmanuel20-Nov-14 19:20
Otekpo Emmanuel20-Nov-14 19:20 

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.