Jump to content

I want to use BMFont in babylon, how to do?


MasterK
 Share

Recommended Posts

BMFont instruction: http://www.angelcode.com/products/bmfont/

 

a .png file: a compiled picture of 0~9 number's texture.

a .fnt file: number info(like coordinate, height, width)

 

use:

var bmfontManager = new BMFontManager("res/score.fnt");

var bmfLabel = new BMFontSprite("1234", bmfontManager );

 

now i can parse the .fnt file.

But how can i use it in babylon.js??

 

I think it's a bit like the spriteManager. It need splice number picture to one.

who can show me the way??

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...