Click here to Skip to main content
15,914,013 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: My kid just crashed a Steam game he's playing Pin
CDP180226-Mar-17 23:03
CDP180226-Mar-17 23:03 
GeneralRe: My kid just crashed a Steam game he's playing Pin
Anthony Mushrow26-Mar-17 23:59
professionalAnthony Mushrow26-Mar-17 23:59 
GeneralRe: My kid just crashed a Steam game he's playing Pin
CDP180227-Mar-17 0:19
CDP180227-Mar-17 0:19 
GeneralRe: My kid just crashed a Steam game he's playing Pin
Anthony Mushrow27-Mar-17 5:17
professionalAnthony Mushrow27-Mar-17 5:17 
GeneralRe: My kid just crashed a Steam game he's playing Pin
CDP180227-Mar-17 6:21
CDP180227-Mar-17 6:21 
GeneralRe: My kid just crashed a Steam game he's playing Pin
Amarnath S26-Mar-17 23:03
professionalAmarnath S26-Mar-17 23:03 
GeneralRe: My kid just crashed a Steam game he's playing Pin
Mike Hankey27-Mar-17 3:30
mveMike Hankey27-Mar-17 3:30 
AnswerRe: My kid just crashed a Steam game he's playing Pin
Shao Voon Wong27-Mar-17 4:01
mvaShao Voon Wong27-Mar-17 4:01 
Purpose of using indices is to save GPU memory. A vertex contains the very least x, y, z coordinates. It can also have additional info like RGBA color or other texture coordinates(u and v). If it just has (x, y, z), its size is 3 * sizeof(float). A vertex often appears more than once in nearby triangles. If possible, we want to represent this same vertex with an index number, instead of duplicating same information. If indices is 32 bit, we can end up using more memory than saving it.

GeneralDart is so much easier to learn now. Pin
Jörgen Andersson26-Mar-17 10:53
professionalJörgen Andersson26-Mar-17 10:53 
GeneralRe: Dart is so much easier to learn now. Pin
OriginalGriff26-Mar-17 11:16
mveOriginalGriff26-Mar-17 11:16 
GeneralRe: Dart is so much easier to learn now. Pin
CDP180226-Mar-17 12:52
CDP180226-Mar-17 12:52 
GeneralRe: Dart is so much easier to learn now. Pin
Jörgen Andersson26-Mar-17 18:48
professionalJörgen Andersson26-Mar-17 18:48 
GeneralRe: Dart is so much easier to learn now. Pin
OriginalGriff26-Mar-17 21:39
mveOriginalGriff26-Mar-17 21:39 
GeneralRe: Dart is so much easier to learn now. Pin
Marc Clifton26-Mar-17 14:41
mvaMarc Clifton26-Mar-17 14:41 
GeneralWhy compilers aren't magic Pin
harold aptroot26-Mar-17 5:55
harold aptroot26-Mar-17 5:55 
GeneralRe: Why compilers aren't magic Pin
OriginalGriff26-Mar-17 6:05
mveOriginalGriff26-Mar-17 6:05 
GeneralRe: Why compilers aren't magic Pin
Sander Rossel26-Mar-17 11:10
professionalSander Rossel26-Mar-17 11:10 
GeneralRe: Why compilers aren't magic Pin
CDP180226-Mar-17 11:35
CDP180226-Mar-17 11:35 
GeneralRe: Why compilers aren't magic Pin
Nelek26-Mar-17 19:03
protectorNelek26-Mar-17 19:03 
GeneralRe: Why compilers aren't magic Pin
Gerardo Orozco27-Mar-17 9:08
Gerardo Orozco27-Mar-17 9:08 
GeneralRe: Why compilers aren't magic Pin
Sander Rossel27-Mar-17 10:00
professionalSander Rossel27-Mar-17 10:00 
GeneralRe: Why compilers aren't magic Pin
BillWoodruff27-Mar-17 1:46
professionalBillWoodruff27-Mar-17 1:46 
GeneralRe: Why compilers aren't magic Pin
Kirk 1038982127-Mar-17 3:39
Kirk 1038982127-Mar-17 3:39 
GeneralRe: Why compilers aren't magic Pin
BrainiacV27-Mar-17 5:54
BrainiacV27-Mar-17 5:54 
GeneralInternet Explorer, please forgive me... Pin
charlieg26-Mar-17 2:45
charlieg26-Mar-17 2:45 

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.