hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.13k stars 394 forks source link

Scene not rendering in Laravel #452

Closed mock1ngj closed 5 months ago

mock1ngj commented 10 months ago

there are no errors the targetFound event is firing so i know its working fine but the scene is not playing or rendering when the image is found outside of laravel its working just fine so i think something in laravel is causing the scene to not render or play when the image is found any help is appreciated

BostonLeeK commented 9 months ago

Give code for understand your problem. Maybe you use laravel with ssr ore something else?

mock1ngj commented 8 months ago

Give code for understand your problem. Maybe you use laravel with ssr ore something else?

i didnt use any server side rendering on laravel and the only thing i did was import it via npm with vite and load it via jquery load i know it seems like a roundabout way of doing things but i want to easily change the assets inside the mind-ar but since vite is loaded last i had to do it that way or it will not recognize mind-ar inside the blade template

hiukim commented 5 months ago

can you provide screen recording to show your issue?

mock1ngj commented 5 months ago

can you provide screen recording to show your issue?

thanks for the reply but i decided to just build it outside of laravel