meeting
Our FRIENDLY company
has good SOLUTION for you
Behave with the clients as you want them to behave with you
panorama
Bring your information
to clients with crystal clear
understanding of details
slicer
Work Less Do More!
panorama
Make revolution with
your new web and mobile app!

ZapWorks Elephant

Scan image

Used technologies:

ZapWorks, js

3D Elephant which is added to ZapWorks. The elephant has the ability to move in space (up/down and left/right). The elephant can be tucked away by scanning zapcode.


Instruction for use:

Zappar connects the digital world with the things round about you. All you have to do is get the app and Zap!

It's like opening a window to another dimension, where everyday things can transform to unlock a video, a game or even 3D characters to play with right there in front of you.

Just download the app and point the camera at an image or product with a zapcode on it to make them come to life.


Example code:
					

//variable declarations

const Elephant = symbol.nodes.Elephant;

var count = 0;

//Click-button function

//The animation of the motion is started

parent.on("pointerdown", (e) => {

symbol.controllers.Animation.elements.Walk.play();

});

parent.on("pointermove", (e) => {

var Position = Elephant.position();

var x = Position[0];

var y = Position[1];

count = count + 0.0001;

var thisX = x - count;

Elephant.rotation([90, -90, 0]);

Elephant.position([thisX ,y ,0]);

});

//The movement is stopped

parent.on("pointerleave", (e) => {

symbol.controllers.Animation.elements.Walk.stop();

});

Form submitted

CONTACT US

Enter your Name
Enter your e-mail address
E-mail address is incorrect
Enter your phone number
Enter your Message

Arrow