Jordan Kintzle

Results 27 comments of Jordan Kintzle

> Do you send 2 different pictures to get a stereo effect to these devices? If so, WebXR supports this. Yes! We render the right and left eye separately and...

> I'm not aware of specific current implementations that specifically support non-head-mounted 3D displays, but I may not be up to date on this. The WebXR API is intended to...

> It's cleaner to go through the WebXR API because then you can draw the scene to the projector while still drawing the page to the regular monitor. > @kintz09...

@cabanier, @klausw, @Maksims Thank you so much for your wonderful and very timely responses! I think it's safe to say the WebXR API can definitely drive our application for a...

> It seems `parcel-bundler` 1.12.5 has the fix. See [parcel-bundler/parcel#5943 (comment)](https://github.com/parcel-bundler/parcel/issues/5943#issuecomment-799899064) I experienced this issue today. I added `"parcel-bundler": "1.12.5",` as a devDependency in the example's package.json file. After installing...

Is this still issue still expected to be fixed? I discovered the same issue today, but noticed this issue had been reported back in 2020.

> The README has the wrong import paths. It should be this - > > ```js > import "@material/react-list/dist/list.css"; > import "@material/react-menu-surface/dist/menu-surface.css"; > import "@material/react-menu/dist/menu.css"; > import "@material/react-select/dist/select.css"; > ```...

I ran into this today too. I chose to rebuild the package-lock.json file which fixed my issue. We have a base project that we fork to build new apps from....

Something else I discovered today while fixing this in my project... My node_modules root folder contained about 70 packages starting with the name `postcss`. I upgraded only `react-scripts` from 4.0.3...

I'm not using Angular, but would also love to be able to export the theme to Sass (scss preferred) instead of just css. Especially if there were some useful mixins...