Click here to Skip to main content
15,893,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debug with breakpoint works, but debug without breakpoint or release mode fails ? [modified] Pin
Aescleal23-Jun-10 7:30
Aescleal23-Jun-10 7:30 
GeneralRe: Debug with breakpoint works, but debug without breakpoint or release mode fails ? Pin
oppstp23-Jun-10 15:58
oppstp23-Jun-10 15:58 
QuestionRAW Triangle Format: How to parse it properly Pin
ant-damage23-Jun-10 5:37
ant-damage23-Jun-10 5:37 
AnswerRe: RAW Triangle Format: How to parse it properly Pin
El Corazon23-Jun-10 5:44
El Corazon23-Jun-10 5:44 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
ant-damage23-Jun-10 5:55
ant-damage23-Jun-10 5:55 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
El Corazon23-Jun-10 6:03
El Corazon23-Jun-10 6:03 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
ant-damage23-Jun-10 6:05
ant-damage23-Jun-10 6:05 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
El Corazon23-Jun-10 6:45
El Corazon23-Jun-10 6:45 
I have never looked at the RAW output from Blender, and without compiling this only one thing "jumps" out at me....

g_device->DrawPrimitive(D3DPT_TRIANGLESTRIP, 0, count);

Are you sure that Blender is outputting a Triangle Strip or a list of triangles?
http://en.wikipedia.org/wiki/File:Triangle_Strip_Small.png[^]

In this example a Triangle strip would be vertexes A, B, C, D, E, F.

But a list of triangles would be:
A,B,C, C,B,D, E,C,D, F,E,D

You can see how incorrectly sending the right destination from one to the other could render with bizarre results....
_________________________
John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others."

Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....

GeneralRe: RAW Triangle Format: How to parse it properly Pin
ant-damage23-Jun-10 7:01
ant-damage23-Jun-10 7:01 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
El Corazon23-Jun-10 7:03
El Corazon23-Jun-10 7:03 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
ant-damage23-Jun-10 8:08
ant-damage23-Jun-10 8:08 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
ant-damage23-Jun-10 8:16
ant-damage23-Jun-10 8:16 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
El Corazon23-Jun-10 8:21
El Corazon23-Jun-10 8:21 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
ant-damage24-Jun-10 9:41
ant-damage24-Jun-10 9:41 
GeneralRe: RAW Triangle Format: How to parse it properly Pin
El Corazon24-Jun-10 10:03
El Corazon24-Jun-10 10:03 
QuestionRead an executable and write the data to a file. Pin
ALLERSLIT23-Jun-10 5:14
ALLERSLIT23-Jun-10 5:14 
AnswerRe: Read an executable and write the data to a file. Pin
Not Active23-Jun-10 5:26
mentorNot Active23-Jun-10 5:26 
GeneralRe: Read an executable and write the data to a file. Pin
harold aptroot23-Jun-10 5:31
harold aptroot23-Jun-10 5:31 
GeneralRe: Read an executable and write the data to a file. Pin
Not Active23-Jun-10 6:00
mentorNot Active23-Jun-10 6:00 
GeneralRe: Read an executable and write the data to a file. Pin
harold aptroot23-Jun-10 6:15
harold aptroot23-Jun-10 6:15 
AnswerRe: Read an executable and write the data to a file. Pin
Code-o-mat23-Jun-10 5:28
Code-o-mat23-Jun-10 5:28 
GeneralRe: Read an executable and write the data to a file. Pin
ALLERSLIT23-Jun-10 5:46
ALLERSLIT23-Jun-10 5:46 
GeneralRe: Read an executable and write the data to a file. Pin
Code-o-mat23-Jun-10 6:38
Code-o-mat23-Jun-10 6:38 
AnswerRe: Read an executable and write the data to a file. Pin
ant-damage23-Jun-10 5:48
ant-damage23-Jun-10 5:48 
AnswerRe: Read an executable and write the data to a file. Pin
El Corazon23-Jun-10 5:58
El Corazon23-Jun-10 5:58 

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.