Marker Based Image Tracking With AR.js and Three.js | JavaScript Augmented Reality

preview_player
Показать описание

Recommended Videos
------------------------------------------------------------

Like and Follow me on
------------------------------------------------------------

Plugin Source
------------------------------------------------------------

Music Credit
------------------------------------------------------------
Music: Dirty Mac - Endless Love

Music: Awake by Nomyn is licensed under a Creative Commons License.

Track: Jimmy Hardwind - Want Me (feat. Mike Archangelo)

Acejax feat. Danilyon - By My Side [NCS Release]

#InventionTricksCSS #InventionTricksJS
Рекомендации по теме
Комментарии
Автор

I am unable to use GLTFLoader in this, is it because of the three.js version?

atoweact
Автор

good stuff, thank you. If anyone else, like me, just grabbed the latest version of THREE from the cdn - you will break. The reason it's version 120 is THREE.CubeGeometry has been retired somewhere in the 120's.

johnmedlong
Автор

So it has to be a marker no matter what? It cannot be an actual image?

TheMetaidea
Автор

I was able to make my Entity show up from image scan, but the Entity shakes. Position isn't stable. Do you know how to work around that? I've uploaded many GLTF files and they all do the same. I noticed your cube shakes as well.

mrdxiong
Автор

it's not working now, i don't know why?

RAJKUMAR-gygl
Автор

Couldn't find a source code in your website, please give the accurate link for source code.

procreator
Автор

thank you this is very good, but I wonder how to add markers and objects

hadigone
Автор

For Anyone, If the marker is not detected, Check whether the marker is Black bordered or White Bordered and Add this parameter in "THREEx.ArToolkitContext"

// black_region: Black bordered markers on a white background, white_region: White bordered markers on a black background
labelingMode: 'black_region',

surajkm