examples missing source js files
Reported by Collin James | June 12th, 2010 @ 01:34 AM | in V0.7.6
Hey Lindsay,
This may not be the appropriate place as the issue is not really related to a problem in the code. I just pulled the latest source from github and many of the examples appear to be missing the required .js files.
cjames@laptop:~/scenejs/src/examples$ find . -name *.js
./tron-tank/sylvester.js ./teapot-load-local/teapot-load-local.js
./teapot-load-local/orange-teapot.js
./lod-staircase-with-tiles/sylvester.js
Thanks,
-Collin
Comments and changes to this ticket
-
Collin James June 12th, 2010 @ 01:35 AM
Something went wrong with the newlines. Lets try this again...
cjames@laptop:~/scenejs/src/examples$ find . -name *.js
./tron-tank/sylvester.js ./teapot-load-local/teapot-load-local.js ./teapot-load-local/orange-teapot.js ./lod-staircase-with-tiles/sylvester.js -
Collin James June 12th, 2010 @ 01:41 AM
=/
cjames@laptop:~/scenejs/src/examples$ find . -name *.js
./tron-tank/sylvester.js
./teapot-load-local/teapot-load-local.js
./teapot-load-local/orange-teapot.js
./lod-staircase-with-tiles/sylvester.js
... yeah. Didn't mean to spam your ticket system here. Apologies all around.
-Collin
-
lindsay.kay (at xeolabs) June 12th, 2010 @ 03:09 AM
- Milestone set to V0.7.6
Hi Collin,
aarg, the build file didnt get committed and it's fallen out of step (you need to build the examples). Please hold off making sense of the repo code for a couple of days and I'll fix it up when I push these new 7.6 features.
cheers
LK -
Collin James June 12th, 2010 @ 03:20 AM
Hey Lindsay,
Yeah, I just can't wait for those 7.6 features. ant appeared to build scene.js just fine but crashed during the min process. I'll just go ahead and work with your current release for the time being.
-Collin
-
lindsay.kay (at xeolabs) June 22nd, 2010 @ 07:36 AM
- State changed from new to resolved
Fixed ANT build script ready for V0.7.6 - some examples not thoroughly tested against V0.7.6 yet
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
SceneJS provides easy access to WebGL through a simple and declarative JavaScript API. The SceneJS API is functional, which enables its scene definitions to be really compact and expressive, while hooking into other JavaScript code just that little bit more smoothly.