Cuallito
Apr 28th, 2001, 07:41 PM
Hey. How do you use the D3DX.GenerateAdjacency method? No matter what I try, my prog keeps crashing. Will someone please tell me how to use it right? Thanks in advance!
Current Code:
Dim adj As D3DXBuffer
Set adj = D3DX.CreateBuffer(6)
Mesh.GenerateAdjacency 0, ByVal adj.GetBufferPointer "This is
'the line that causes the crash
Current Code:
Dim adj As D3DXBuffer
Set adj = D3DX.CreateBuffer(6)
Mesh.GenerateAdjacency 0, ByVal adj.GetBufferPointer "This is
'the line that causes the crash