Jump to content

Child with billboard mode not inheriting scaling


valepu
 Share

Recommended Posts

Hi valepu!  I don't think there is another way, at the moment.  This is likely to change.

 

https://github.com/BabylonJS/Babylon.js/blob/master/src/Mesh/babylon.abstractMesh.js#L440  (billboarding area)

if (this.parent && this.parent.position) {    localPosition.addInPlace(this.parent.position);    BABYLON.Matrix.TranslationToRef(localPosition.x, localPosition.y, localPosition.z, this._localTranslation);}

I'm no framework-grade coder, but I would suspect that similar scaling and rotation operations need to be added just below this.  *shrug*  Interesting find, V!  Here's my version... http://www.babylonjs-playground.com/#1JSXHW#1 ...the same as yours except slightly slimmer.  Yuh yuh yuh, something is definitely odd, there.  :)

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...