Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Blender Tutorial - Custom Mouse

Loading...

Sign in or sign up now!
4,315
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jul 10, 2008

Here is the script:

import Rasterizer as r

g = GameLogic
c = g.getCurrentController()
o = c.getOwner()

mMove = c.getSensor("Move")

width = float(r.getWindowWidth())
height = float(r.getWindowHeight())

aspecty = height/12.0
aspectx = width/16.0

o.MouseX = (mMove.getXPosition()-width/2)/aspectx
o.MouseY = -(mMove.getYPosition()-height/2)/aspecty

o.setPosition([o.MouseX + 0.2,o.MouseY - 0.3,0])

Category:

Gaming

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (PownagePlay)

  • HELP it only works in top view????

  • @OmegaStudio5 must be in camera view... I think... I haven't looked at this in a while.

  • hei men hi!! i am from brazil, and i like your tutorial!!! tankyou by your class!!! very very very good!!!!! sory by my english!!!! tankyou again!!! bay bay

  • @jonatasjony Hey man, no problem, I hope it helped! I'm actually from Colombia, so I can relate to not knowing english haha

    Thanks for watching :)

  • I tried this and it works, but for some reason the cursor disappears as soon as I hit P. If I back off from the camera I can see it outside the background weird..

  • @deathguppie weird... but I think this is outdated... I'll see if I can make a new updated tutorial some time :) Thanks for watching

see all

All Comments (26)

Sign In or Sign Up now to post a comment!
  • does this woklr with blender 2.5???

  • it doesnt work on 2.49 -.-

  • it doesnt work, what version of python are you using as soon as i move the mouse it disapears

  • it doesnt work, what version of python are you using

  • PownagePlay, can you put text?

Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more