Jump to content

Correct word/logo texture


Mekaboo
 Share

Recommended Posts

Hello all,

Since experimenting with BJS and using this forum I have learned a tremendous amount in such a short amount of time and Im very thankful of that?! Last night I came up with an idea of keeping things simple since Im new to the whole gaming arena. Still want to learn and create with the likes of Blender and Mixamo but so far BJS has been not only very helpful but extremely effective!

Keeping things simple I took elements that I learned from Sirs @Deltakosh & @Wingnut and created a simple landing page. Taking code from this PG https://www.babylonjs-playground.com/#012I9K#3 

I got the movement of the mesh but cant get my wording/logo to be upright even though Ive tried to tweak the z axis..how do I get my wording/logo looking right?

Thank ya?

Mekaboo

index6.html

Link to comment
Share on other sites

Hi M!  You are not providing many details, here.  :) Is your wording/logo... a mesh?  Or is it a GUI textblock?  Or?   I'll assume it is a mesh or many.

Try rotating ALL axes, not just Z.  Make sure you are rotating the PARENT or ROOT (top-most) mesh of the logo.

Be sure to disable any :lookAt() or .billboardMode on the logo mesh.  Those things can cause confusion.

Sometimes, mesh.bakeCurrentTransformIntoVertices() is useful.  Sometimes, do a rotation around an axis, then do a bake, then do more rotations, and maybe more bakes.

Generally speaking, a bake... sets mesh.position to 0 0 0, mesh.scaling to 1 1 1, and mesh.rotation to 0 0 0, yet does NOT move/orient/scale the mesh.  Sometimes handy.

And, as always, if you can re-produce the same problem... using a playground scene... it will be MUCH easier for others to troubleshoot.  Thx.

Link to comment
Share on other sites

Since Im having a hard as hell time trying to get my image upright on the sphere mesh Im using the box mesh from the PG I posted earlier:

https://www.babylonjs-playground.com/#012I9K#3

Been trying implement code to bring texture to it but when I load on server I get a white screen and errors. @Deltakosh, @Wingnut, or @Pryme8 know which material, UV or Standard material code to use for this mesh?

Thank you?,

Mekaboo

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