TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Three.js Fundamentals

365 点作者 petethomas大约 6 年前

16 条评论

1337krew大约 6 年前
For anyone interested I modernised the Three.js part of the marker based augmented reality library AR.js into a separate library called THREE AR. You can see it here <a href="https:&#x2F;&#x2F;github.com&#x2F;JamesMilnerUK&#x2F;THREEAR" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JamesMilnerUK&#x2F;THREEAR</a>
评论 #19950000 未加载
Fission大约 6 年前
Three.js is insane, in a good way. Great abstraction of WebGL, very user friendly, and surprisingly few things that it can&#x27;t do, as long as you&#x27;re willing to think up some workarounds if something you&#x27;re doing is super unique.
nobody271大约 6 年前
Question, what is the job market like for someone who is good with graphics programming? I&#x27;m not the best at math but I have struggled my way through linear algebra enough that with some practice I think I could be good at graphics programming. It&#x27;d certainly be a nice change of pace from programming CRUD forms for businesses.
评论 #19946590 未加载
评论 #19948117 未加载
评论 #19948097 未加载
评论 #19946452 未加载
评论 #19958409 未加载
nergal大约 6 年前
I&#x27;ve made a lot of games with three js which I&#x27;ve published as open source on github. <a href="https:&#x2F;&#x2F;github.com&#x2F;lallassu" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lallassu</a><p>Checkout these repos: - parrothunt - Qake (qake.se) - saving nemo - vox2 Etc...<p>At least for some inspiration perhaps :)
评论 #19946352 未加载
yeahitslikethat大约 6 年前
Three.js is good. Another option if you don&#x27;t know is <a href="https:&#x2F;&#x2F;www.babylonjs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.babylonjs.com&#x2F;</a>
评论 #19947099 未加载
评论 #19946123 未加载
评论 #19946507 未加载
thecupisblue大约 6 年前
Jesus, this was a hit of nostalgia, back to my younger days when I&#x27;d download OpenGL tutorials on my 56k all night and dive into every line the next day. Thank you for this, got me peeking into it and remembering that 3D isn&#x27;t a scary thing.
Corinthian大约 6 年前
Thank you! I&#x27;ve tried to follow three.js&#x27;s own tutorials, and slip into coma every time. These are a vast improvement!
评论 #19946274 未加载
ajkjk大约 6 年前
I&#x27;m a few articles in and so far this a wonderful guide.
joeberon大约 6 年前
Btw three.js works flawlessly with Typescript too in case anyone is interested
评论 #19946302 未加载
unknown1337大约 6 年前
Mrdoob &#x2F; aq are legendary.<p>Welcome to the future..
GordonS大约 6 年前
As someone new to three.js, and who hasn&#x27;t dabbled with 3D since the 90s, I found this really easy to follow - really good intro!
ezekg大约 6 年前
I love Three.js, but without UDP support in the browser, making most multiplayer games with it is just not feasible yet, sadly.
评论 #19960080 未加载
评论 #19950542 未加载
sam0x17大约 6 年前
I was super excited to use Three.js and thought it would be easy to do what I wanted to do. What I wanted to do was load a simple .obj model and display it. Easy this was not. Hopefully someday they will merge in obj support from their demos code section to actually be part of the main Three.js code :&#x2F;
评论 #19951318 未加载
cocoa19大约 6 年前
On the rotating cubes, why are the borders showing up as sawed rather than straight lines?<p>Thanks for the tutorial.
评论 #19947732 未加载
enriquto大约 6 年前
Why are the code examples on black over dark gray? It is nearly unreadable.
holoduke大约 6 年前
Can you actually generate lightmaps with three.js? I did a lot with it years ago. Really nice abstraction library.