supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

Add text to hover above karts #156

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk

See http://i769.photobucket.com/albums/xx340/Turbotrance/turbotrance_ebay_photos/mario-kart-wii-20080219051159780_64.jpg?t=1269883416 for example.

This should also be used to indicate who is the leader in a FTL race, and perhaps also team colors in case of team races (in the future).

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/263

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria For future reference, I have already solved part of this task when debugging armatures :

irr_driver->getVideoDriver()->setTransform(video::ETS_WORLD, core::IdentityMatrix);

core::vector2di textpos = irr_driver->getSceneManager()->getSceneCollisionManager()->getScreenCoordinatesFrom3DPosition(jointpos);
supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Quick comment: that would mean that the names are displayed using a 2d display on screen. The other option of course is to add a billboard to the karts. Not sure which one would look better. Billboard would automatically become smaller if the kart is further away.

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Postponed since not essential for 0.7.3.

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Follow the leader done in r11242

supertuxkart-sourceforge-migration commented 10 years ago

Author: wardje Another update was done by hiker in r11284.

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Related to #630

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Not required for 0.8.1