Viewing profile — Arcanis
Arcanis
HN member- Joined
- Wed, Dec 21, 2011, 11:56 AM UTC
- HN karma
- 19
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About Arcanis
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #4056093
2). I really don't understand why we should use Twig : Smarty is older, why using yet another template engine ? Or I've got a better idea : we could use the template engine used in…
-
comment
Comment #3994177
I'm sorry, but I think http://go.frenchlabs.net/ is far better. :) Smoother.
-
comment
Comment #3982468
It does not.
- story
- story
-
comment
Comment #3918126
Indeed. I've missed the "username@" part.
-
comment
Comment #3911198
Does not work with local area network. I've tried to ssh on my VM.
- story
-
comment
Comment #3846263
How could you make closed-source javascript plugins ?
- story
-
comment
Comment #3377236
Had you test it with a huge amount of blocks ?
-
comment
Comment #3377234
IIRC, you can change a Renderer size using renderer.setSize(w, h). In order to update the camera aspect, you just have to use : camera.ratio = w / h; camera.updateProjectionMatrix(…