Editing available heart mesh(Would like to add in PG)

Hello!
Heart PG:https://www.babylonjs-playground.com/#4AJ16M#1
Is it possible to:

  1. Not pulsate and just rotate clockwise
  2. Add text to mesh
    3.Edit color

Inspiration: PG(https://playground.babylonjs.com/#G3GZA1#49)
My PG:https://www.babylonjs-playground.com/#AA3H19#5

Im going to adjust axis to where the heart will be standing on white floor instead of high center.

:orange_heart: :purple_heart:,
Mekaboo

Hello!

  1. Yes just stop the animations: scene.stopAllAnimations()
  2. Yes you can use GUI for that: Use the Babylon GUI - Babylon.js Documentation
  3. Yes, you can edit the color of the material directly
2 Likes

Thank ya so very much Sir @Deltakosh :heart: