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.