Jump to content

Dimensions


PixelPush
 Share

Recommended Posts

So I've managed to get some data by using the following code

sphere.getBoundingInfo().boundingBox.maximumWorld

This is on a Babylon sphere. The maximumWorld property is returning the x,y,z values but not sure what the units are at this point.

Hopefully this will help any other noobs with the same issue. If anyone knows a better method please post it here :)

 

Link to comment
Share on other sites

1 hour ago, PixelPush said:

How should I go about obtaining the size of mesh in pixels

What do you call the size of a mesh in pixels ?

A mesh is a geometry : a pool of vertices and edges. These vertices have 3D coordinates in the mesh local space.

Maybe are you talking about the projection of the mesh in the screen space ? This one is depending on the position of the mesh in the World space, on the position of the camera in the World and, of course, on the canvas/windows (viewport) size.

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