AlloSphere-Research-Group / AlloSystem

AlloSystem is a cross-platform suite of C++ components for building interactive multimedia tools and applications.
http://mat.ucsb.edu/allosphere/software.php
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Some allocore examples are not finding the shared assets #36

Open mantaraya36 opened 10 years ago

mantaraya36 commented 10 years ago

The following examples have issues:

allocore/examples/graphics/font.cpp allocore/examples/graphics/modelShader.cpp allocore/examples/graphics/textureImage.cpp

They are looking in path "../../shared" from build/bin, and thefiles are in allocore/shared.

What's the recommended procesdure for asset location?

DrewRWx commented 10 years ago

Discussed in #28 .

(I need still need to re-read it.)