Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port all relevant examples from ar.js #17

Open
JamesLMilner opened this issue Feb 24, 2019 · 4 comments
Open

Port all relevant examples from ar.js #17

JamesLMilner opened this issue Feb 24, 2019 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@JamesLMilner
Copy link
Owner

And also add them to the index page

@JamesLMilner JamesLMilner added help wanted Extra attention is needed good first issue Good for newcomers labels Feb 24, 2019
@martinloretzzz
Copy link
Contributor

A list of some other ar examples: https://stemkoski.github.io/AR-Examples/

I will make the hole in the floor and maybe a portal example soon.

@vince7844
Copy link

Hello JamesMilnerUK,

I'm using your library for a project but I see that I can only display a 3D Object with PatternMarker.

Is it possible to display a 2D Object as a picture, for exemple with ImageLoader class from Three.js ?

Or maybe is there a way to test ImageTexture as implemented with AR.js examples ?

Thank you in advance for you answer.

@martinloretzzz
Copy link
Contributor

You can generate generate an
https://threejs.org/docs/index.html#api/en/geometries/PlaneBufferGeometry
with the texture of the material set to the image

Something like that with PlaneBufferGeometry
https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_imagebitmap.html

@vince7844
Copy link

Thank you, it works :)

I guess it's possible to implement 3D Text too with TextGeometry from Three.js ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants