2015
-
There's a really interesting conference in San Francisco, later this month (groan). It's being held in Fort Mason on February 25-27, and covers all aspects of reality computing, whether relating to capture, compute or create: Autodesk is the main organizer of the event, but there are lots of other companies and institutions involved, too. Check […]
-
When I first got my Google Cardboard toolkit โ in my case the DODOcase VR Toolkit V1 โ I was fascinated by the NFC tag that came with it. I hadn't really played with NFC, prior to that, and only had a very vague idea of what it was about. It turns out that NFC […]
-
I mentioned this in last Friday's post: after building an Android app to bring our web-based VR samples to Gear VR, it made sense to do the same for Google Cardboard. It made sense for 3 reasons: Most importantly, I wanted to see what the additional capabilities of the Android SDK would bring to the […]
-
Operating System-level environment variables are a handy way to reduce redundancy or to simplify providing support for per-user settings. (I'm sure they're good for other things, too, but these are the ones that spring to my mind, at least. ๐ One thing I only discovered recently โ and thanks to Tekno and Dieter for discussing […]
-
I'm down with some kind of stomach bug, so any thoughts I might have had of writing code today are out the window. But luckily there's plenty of juicy technology news buzzing around โ especially in the AR space โ that's worth reporting on. Interestingly this isn't the first time this has happened. I wonder […]
-
Today we're following on from last week's post introducing this project where we want to convert the Google Cardboard A360 samples to work in a more integrated manner with the Samsung Gear VR. The main purpose of the project is to see how we can hook up the existing, web-based samples to take advantage of […]
-
An interesting query came into my inbox, last week. A member of one of our internal product teams was looking to programmatically modify the contents of an external reference file. She was using the code in this helpful DevBlog post, but was running into issues. She was using WblockCloneObjects() to copy a block definition across […]
-
Back in October, I had a lot of fun developing some Virtual Reality samples using Autodesk's View & Data API. The samples instanced the A360 viewer component twice in a web-page and controlled the views on these two instances โ maintaining a stereoscopic effect โ as the mobile viewing device changed orientation. Here's a video […]
-
I mentioned this event โ an excellent opportunity to kickstart your web or mobile application development efforts โ late last year. The original submission deadline was last week, but this has been extended to January 17 โ the end of this week! If you can put together a proposal (which shouldn't be more than 1,000 […]
-
I received this request from Mateusz Andrzejczak, over the weekend: I have problem with LineTypeDialog. Your part of the code is working perfectly, but i have problem with modifying the values. I have a SelectionSet that holds all object that are selected with using a filter. I want to use LineTypeDialog to select linetype and […]