How to create a null object

Hi everyone…I am new in Babylonjs…what is null object and how to create a null object

hy you can make “new BABYLON.Mesh();”

now i create
var object = new BABYLOAN.Mesh(); like? @nasimiasl

1 Like

What is the purpose for your null object?

Actually my need is creating a null object and set the mesh position to the null object and parenting both the attached position gizmo…actually this is creating a pivot point in every object @JohnK

1 Like

An empty mesh would work, but perhaps more efficient would be a TransformNode. Docs:

3 Likes

Thankyou so much @nasimiasl :smiling_face_with_three_hearts:

1 Like

Thankyou so much @kaliatech :smiling_face_with_three_hearts:

1 Like