Aniket Bhagwat
Aniket Bhagwat

Reputation: 3

Render .obj using NFT markers

I am using ARToolkit and trying to render the .obj using NFT marker in android. In examples they are using .osg for NFT markers and .obj is rendered using traditional square markers. Can any body help me to render .obj using NFT markers. Thanks in advance!!!

Upvotes: 0

Views: 391

Answers (1)

shalafi
shalafi

Reputation: 3996

The rendering and the marker are completely independent. When you specify a marker, you use a string that defines the type, size and file.

You can get the example that renders obj and just change the string that defines the marker and make it be a NFT marker.

Note: Please remember that ARToolKit generates a cache of the files under assets that is regenerated when you raise the versionNumber of the app, so if you add new files under assets, you need to increase the versionNumber for them to be found.

Upvotes: 0

Related Questions