Open kalwalt opened 8 months ago
Hi!
Thank you for your compliment!
Take a look at my other project, MARTINS.js. It's an Augmented Reality engine for the web. I have already integrated it with three.js.
Hi!
Thank you for your compliment!
Take a look at my other project, MARTINS.js. It's an Augmented Reality engine for the web. I have already integrated it with three.js.
Thank you for the info! This helped me to code a simple example displaying a grayscale image onto a three.js plane. See the screenshot:
the three.js plane highlighted with the yellow arrow. If you are interested i can send a PR when i have some more examples.
P.S: the image is flipped this is made by speedy-vision internally?
I fixed the flip, rotating the plane and applying the right dimension. Working on my fork see branch features-threejs-demo
If you are interested i can send a PR when i have some more examples.
Sure, let me know what you come up with!
@alemart i have ready two examples if you want i can send you a PR, just let me know.
Hi @alemart i'm very impressed by speedy-vision, this is really awesome! I'm planning to use it in some my projects and maybe for our webarkit projects. I would use it in combination with Three.js, but since it use his webgl context and i suppose speedy-vison too ( i would avoid issues...), i want to know if there are some code example to integrate Three.js with your library or if you can, give me some advice in this sense. Thank you.