Category: Rafael Fajardo

What is Mrmr?

  Mrmr is an ongoing open-source research project to develop a standardized set of protocols and syntax conventions to control live installations and multimedia performances via mobile devices. The project is currently spearheaded by Eric Redlinger, researcher-in-residence at Brooklyn Polytechnic University’s Integrated Digital Media Institute. Simply put, Mrmr is a technology that enables you to use ordinary cell phones and… Read more →

Unity – How to make a simple first person walkthrough

How to make a simple first person walkthrough Here’s how you can make a simple first person walk-through with your own artwork: Import your level. See here on how to import geometry from your art package into Unity. Select the imported model file and enable Generate Colliders in the Import Settings in the Inspector. Locate the Standard Assets->Prefabs->First Person Controller… Read more →

Unity – Using live links to proprietary 3D file formats

Proprietary 3D application files Unity can also import, through conversion: Max, Maya, Blender, Cinema4D, Modo, Lightwave & Cheetah3D files, e.g. .MAX, .MB, .MA etc. Advantages: Quick iteration process (save the source file and Unity reimports) Simple initially Disadvantages: A licensed copy of that software must be installed on all machines using the Unity project Files can become bloated with unnecessary… Read more →

Unity – Asset Workflow

Create Rough Asset Use any supported 3D modeling package to create a rough version of your asset. Our example will use Maya. Work with the asset until you are ready to save. For a list of applications that are supported by Unity, please see this page. http://docs.unity3d.com/Documentation/Manual/HOWTO-importObject.html Import When you save your asset initially, you should save it normally to… Read more →

Microsoft Is Teaching Kinect to Understand Sign Language [VIDEO]

Microsoft Is Teaching Kinect to Understand Sign Language via Mashable. Microsoft researchers are working on ways to use the Kinect’s body-reading capabilities to understand sign language inputs. Microsoft Research Asia and the Chinese Academy of Sciences’ Institute of Computing Technology has collaborated to use the Kinect to help with computer sign-language recognition. As shown in the video above, they’ve demonstrated… Read more →

Unity – Modeling Characters for Optimal Performance

Modeling Characters for Optimal Performance Below are some tips for designing character models to give optimal rendering speed. Use a Single Skinned Mesh Renderer You should use only a single skinned mesh renderer for each character. Unity optimizes animation using visibility culling and bounding volume updates and these optimizations are only activated if you use one animation component and one… Read more →

How Retail Stores Track You Using Your Smartphone (and How to Stop It)

The New York Times broke the story earlier this week that a number of retail stores are either experimenting with or actively using technology that uses your phone’s Wi-Fi to track your movements around the store. We’re not talking about location within a few meters either—we’re talking about exact location. via How Retail Stores Track You Using Your Smartphone (and… Read more →