"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Render size

Hello,

I am currently in the process of upgrading to the latest vuforia version and since the framemarker is deprecated, I am switching to an ImageTarget.

The framemarker supported a setSize method, allowing you to change the render scale of an object WITHOUT actually changing the scene scale. That is very important because changing the scene scale messes with physics, particles sizes etc.

Now after switching to an ImageTarget, the only option I have is setWidth, setHeight, but these methods DO change the scene scale of my virtual objects instead of just the render scale.

How can I change the renderscale using ImageTarget and not the scenescale?

best Hans

Hi,

after much tinkering, I fixed it this way:

VuforiaARController.Instance.RegisterTrackablesUpdatedCallback(_OnVuforiaTrackablesUpdated);