|
-
Jun 1st, 2002, 05:26 AM
#1
Thread Starter
Addicted Member
Direct X 8.1 and VB.NET
Hi,
For a long time im working on creating a 3D game, readed lot of tutorials and stuff.
Previous test on VB6 worked fine.
Now i want to use the code on VB.NET,
After a few day converting the code i had, i finaly have a black screen 
I only cant get objects on the screen, engine doesnt render it.
Also codes like
D3DVertexBuffer8SetData VertexBuffers(a), 0, VertexSizeInBytes * 4, 0, MapBuffer(a).Vertices(0)
fails,
D3DVertexBuffer8SetData is an unknown command, the directX class is imported into my engine class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|