Game Development Community

Scaling Player Size

by Richard Bosworth · in Torque Game Engine · 11/11/2007 (10:58 am) · 2 replies

Hi, my player dts model is too small... How do I scale the player model to 2 2 2??

Cheers,
Bozzy

About the author

Recent Threads

  • Tgea

  • #1
    11/11/2007 (12:20 pm)
    Well you can check out where it creates the player (maybe in game.cs under GameConnection::spawnPlayer) and under the part where the player is made do %player.setScale("2 2 2");
    #2
    11/11/2007 (12:39 pm)
    Thanks that worked