1

Topic: WEBGL

Oddly, WEBGL in Safari doesn't work?  It is enabled with developer menu, but fails on Preview.  The Get WEBGL site suggests that intact its installed and enabled?  Any clues here>

2

Re: WEBGL

Yeah, I tried that too on my Mac running 10.6.8 and Safari 5.1, and it doesn't work

To print or, 3D print, that is the question...
SD3 printer w/too many mods,  Printrbot Simple Maker Ed.,  FormLabs Form 1+
AnyCubic Photon, Shining 3D EinScan-S & Atlas 3D scanners...
...and too much time on my hands.

3

Re: WEBGL

its my mac.  works great on laptop

4

Re: WEBGL

I'd like to enable WebGL on Chromium, so I can view the scans on Atlas 3D with its own monitor. 

I've searched online for instructions, and have set the correct flags in Chromium, but cannot find the option in raspi-config to enable the GL driver.  I've updated the software including raspi-config, but no GL Driver option appears under Advanced Options.

I'm sure I'm doing something wrong somewhere.

5

Re: WEBGL

I Googled some screenshots of raspi-config, and some of them show the option for enabling the GL driver:

A9 Audio
AA GL Driver
A0 Update

All of my Pi's are running Jessie, but none of them show the AA option in raspi-config.  I'm stumped.

-Kevin

6

Re: WEBGL

Try running the following and then rebooting.

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install raspi-gpio xcompmgr libgl1-mesa-dri

7

Re: WEBGL

hairu526 wrote:

Try running the following and then rebooting.

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install raspi-gpio xcompmgr libgl1-mesa-dri

I tried that again, just to ensure I wasn't missing anything.  It said that I already had the latest version.  So, I downloaded the latest Jessie image onto another SD card for my Atlas.  All the correct options are there, so I installed Chromium and verified that WebGL is working via get.webgl.org.

It would appear that my older versions of Jessie aren't entirely updating as they should.

I'm going to try and install FreeLSS on this latest image, and see if I can use Atlas 3D completely stand-alone, by having it preview its own scans.

8

Re: WEBGL

After a few days of attempting to make a software build of Atlas3D on the latest Jessie, I determined that enabling the GL drivers in raspi-config breaks the camera.  While googling for a solution, I found that this is a known bug with the February release of Jessie, and has not been fixed in the March release.

This is not a problem with FreeLSS, but with Jessie itself.  I suppose I'll have to wait for the GL driver to mature in an upcoming Raspbian release to implement my 'stand-alone' Atlas3D!

-Kevin