Skip to main content
1-Visitor
November 24, 2016
Question

widget for 3d coordinates input

  • November 24, 2016
  • 2 replies
  • 2291 views

There is a property base type which is vec2, vec3, vec4; in particular I'm using a vec3 as my service input but I cannot find a proper widget to put into my mashup which where I can insert the new value and bind it to the service.

Do you know any?

2 replies

5-Regular Member
November 29, 2016

Wait, are you taking about OOTB base types?

fmanniti1-VisitorAuthor
1-Visitor
November 30, 2016

I don't know if they are OOTB.
I'm talking about this

1-Visitor
November 30, 2016

Hi Fabio,

Vec2, Vec3 and Vec4 are meant for Vuforia AR Applications, it are 3D information for visualizing models on Mobile Apps using the Vuforia Mashup Builder. If you are using standard TW Mashups better you don't use it, or if you want to use it you will need to build property service wrappers in order to extract info from the given Vec2,... property as an Infotable.

Best Regards,

Carles.

fmanniti1-VisitorAuthor
1-Visitor
November 30, 2016

Ok, thanks