"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

sequence diagram

anyone can help give me example about sequence diagram in imagetarget...i'm so confused...thnk

Hi, personally I think ImageTargets.updateApplicationStatus(int) -method gives good idea on flow that ImageTargets application follows. Unless I'm mistaken cases in that method are in sequential order you can use as a basis for a sequence diagram.

ImageTargets sample application is pretty well written and split into many smaller pieces. Is there something specific in the use of it you're interested in? E.g initializing QCAR, rendering pipeline etc?

AlessandroB

Tue, 11/13/2012 - 10:03

Hi,

as harism pointed out, the code in ImageTargets is quite self-explanatory; however these are a few things that can help you understand it better:

ryo020288

Tue, 11/13/2012 - 12:39

yes... i'm understand about that..i know how apllication start and end.but i'm confused make the uml or documentation about it...i'm advanced in coding but in documentation i;m a begginer...hehehehe.thnks

AlessandroB

Tue, 11/13/2012 - 12:45

I see.

I don't have an official sequence diagram for the sample app, but it should not be too difficult for you to try and build one out of the information provided.