3D Portrait (RV)

3D Portrait Example. Click to see animation. Like it says, it showing your 3D animated portrait.

Dependencies

Known Caveats. Testers Wanted!

  • Warior Priest (male) could have some visual issues with a different weapon sets
  • Warior Priest (female) could have some visual issues with a different weapon sets
  • Swordmaster (male) could have some visual issues with a different weapon sets
  • Swordmaster (female) could have some visual issues with a different weapon sets
  • Black Ork (male) could have some visual issues with a different weapon sets
  • Chosen (male) could have some visual issues
  • Warrior (male) could have some visual issues
  • Zealot (male), the most messy career and very hard to position, could have some visual issues

API Functions

API_Does3DPortraitExist() Description: checks for registered portrait window Input:
  • portraitName - window name to be checked
Output: boolean value


API_Create3DPortrait() Description: create new portrait window Input:
  • portraitName - portrait name to be created. It can be used later with the native WAR API Windows funtions like: scaling, sizing, showing, hiding etc.
  • parentWindow - parent window or "Root"
Output: boolean value


API_Destroy3DPortrait() Description: destroy portrait window Input:
  • portraitName - portrait name to be destroyed.
Output: boolean value

API Usage Example

-- : create 3D portrait
RVMOD_3DPortrait.API_Create3DPortrait("My3DPortrait", "Root")

-- : place 3D portrait in the middle of the screen ("Root" is the entire screen layer)
WindowAddAnchor("My3DPortrait", "center", "Root", "center", 0, 0)

-- : set 3D portrait dimensions
WindowSetDimensions("My3DPortrait", 200, 200)

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Dec 04, 2009
Categories
Last update
Nov 21, 2010
Development stage
Release
License
MIT License
Curse link
3D Portrait (RV)
Downloads
6,975
Recent files

Authors