Hello, Any idea how can i change the small circle in google cardboard with another texture? So instad if circle i will have a square or cross or pyramid? Thanks
It’s called a “reticle” (which should help to find the info)
thx, ok will make more search, hopefully someone can give me direct way to change it
The circle reticle is not a texture, it’s a mesh that is generated at runtime via some trigonometry math, which will display as a dot or a donut shape depending on what user is gazing at. So you could replace the reticle with a quad which is shows a texture, but it will not be interactive as the reticle is.
I see, thanks for useful info.
Any idea if i can attach a texture to it? and how?