hey there!
Is there a possibility to access the variables and functions used by the wtc-editor? Basically I want to generate the target with just one click. I imagine something like this should be possible if the functions and variables are exposed://pseudo-codeWikitude.Editor.WTCCollection NewCollection = Wikitude.Editor.CreateCollection("PathToFirstTexture");NewCollection.name = "MyCollection";NewCollection.AddTarget("PathToSectondTexture");...
thank you and have a nice day,
simon
Matthias Knuser
hey there!
Is there a possibility to access the variables and functions used by the wtc-editor? Basically I want to generate the target with just one click. I imagine something like this should be possible if the functions and variables are exposed:
//pseudo-code
Wikitude.Editor.WTCCollection NewCollection = Wikitude.Editor.CreateCollection("PathToFirstTexture");
NewCollection.name = "MyCollection";
NewCollection.AddTarget("PathToSectondTexture");
...
thank you and have a nice day,
simon