Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hey,

 

in d3d, i'm able to (finally :-p) display a bitmap,

but i have no idea how to move it o_O lol

in d3d, you apparently have to move the -entire- world just to get a bitmap moving

 

so

 

before i drew the primitives, i said:

X = 30

Y = 30

Z = 0

D3Ddev.Transform.World = Matrix.Multiply(D3Ddev.Transform.World, Matrix.Translation(X / 100, Y / 100, Z / 100))

 

-this has no effect whatsoever O_o

 

the project is attached,

all im trying to do is at least get the sprite moving

 

does anyone know how to do this

d3d engine.zip

My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!)

vbprogramming.8k.com

My Project (Need VB.NET Programmers)

http://workspaces.gotdotnet.com/ResolutionRPG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...