Nesse video mostro como criar duas cameras, uma para cada player.
Bem simples e facil de fazer, é bom para jogos de corrida.
In this video I show how to create two cameras, one for each player.
Very simple and easy to do, is good for racing games.
Camera Player1:
from Rasterizer import *
own = GameLogic.getCurrentController().getOwner()
own.enableViewport(1)
own.setViewport(0, 0, getWindowWidth(), getWindowHeight()/2)
Camera Player2:
from Rasterizer import *
own = GameLogic.getCurrentController().getOwner()
own.enableViewport(1)
own.setViewport(0, getWindowHeight()/2, getWindowWidth()/1, getWindowHeight())
Arquivo .blend: http://vpptuto.xp3.biz/
Great :) Lookin pretty cool :)
RossBlenderArt 4 months ago
why did you make the music so fast?
SlothMothCloth 5 months ago
Vitor se e pro mlk \o/
WilliW64 1 year ago