Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ep103
on Sept 3, 2013
|
parent
|
context
|
favorite
| on:
HelloRun - A WebGL 3D Game
How do you know? Did you find the sourcecode somewhere?
mden
on Sept 3, 2013
|
next
[–]
WebGL relies on javascript to run. Looking at
http://hellorun.helloenjoy.com/js/hellorun.min.js
and searching for "png" you get images like
http://hellorun.helloenjoy.com/assets/station/lightmap1024.j...
which looks like a pre-lightning computed texture. Looking at the vertex data (in format x,y,z(,w)) there seem to be only 2048 defined vertices, which is a tiny amount for a 3d game.
terabytest
on Sept 4, 2013
|
prev
[–]
Well, it was taking a long time to load for me so I looked at the network panel to see what was being loaded and I saw the lightmap. I have a little bit of a background in 3D graphics/game development so it instantly came to mind.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: