はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • お金
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
    • Advent Calendar
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
  • おすすめ

    コーヒー沼

『mrdoob - Overview』

  • 人気
  • 新着
  • すべて
  • VRMLoader prototype by takahirox · Pull Request #13877 · mrdoob/three.js

    3 users

    github.com/mrdoob

    Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Pick a username Email Address Password Sign up for GitHub By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. Already on GitHub? Sign in to your account

    • テクノロジー
    • 2018/04/19 19:17
    • Added raymarching reflect example. by gam0022 · Pull Request #7860 · mrdoob/three.js

      3 users

      github.com/mrdoob

      Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Pick a username Email Address Password Sign up for GitHub By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. Already on GitHub? Sign in to your account

      • テクノロジー
      • 2015/12/28 17:21
      • 3dcg
      • プログラミング
      • あとで読む
      • GitHub - mrdoob/texgen.js: JavaScript Texture Generator

        22 users

        github.com/mrdoob

        var texture = new TG.Texture( 256, 256 ) .add( new TG.XOR().tint( 1, 0.5, 0.7 ) ) .add( new TG.SinX().frequency( 0.004 ).tint( 0.5, 0, 0 ) ) .mul( new TG.SinY().frequency( 0.004 ).tint( 0.5, 0, 0 ) ) .add( new TG.SinX().frequency( 0.0065 ).tint( 0.1, 0.5, 0.2 ) ) .add( new TG.SinY().frequency( 0.0065 ).tint( 0.5, 0.5, 0.5 ) ) .add( new TG.Noise().tint( 0.1, 0.1, 0.2 ) ) .toCanvas(); document.body.

        • テクノロジー
        • 2015/01/26 10:30
        • javascript
        • texture
        • generator
        • GitHub
        • design
        • 素材
        • three.js/utils/converters/fbx at master · mrdoob/three.js · GitHub

          3 users

          github.com/mrdoob

          README.md convert-to-threejs Utility for converting model files to the Three.js JSON format Supported Formats Fbx (.fbx) Collada (.dae) Wavefront/Alias (.obj) 3D Studio Max (.3ds) Usage convert_to_threejs.py [source_file] [output_file] [options] Options: -t, --triangulate force non-triangle geometry into triangles -x, --ignore-textures don't include texture references in output file -u, --force-pr

          • テクノロジー
          • 2013/12/17 18:56
          • GitHub - mrdoob/frame.js: JavaScript Sequence Editor

            6 users

            github.com/mrdoob

            This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

            • テクノロジー
            • 2013/12/09 21:17
            • WebGL
            • JavaScript
            • Migration · mrdoob/three.js Wiki

              3 users

              github.com/mrdoob

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

              • テクノロジー
              • 2013/03/27 11:43
              • javascript
              • Home · mrdoob/three.js Wiki

                5 users

                github.com/mrdoob

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

                • テクノロジー
                • 2012/12/07 16:11
                • Three.js
                • javascript
                • Using SketchUp Models · mrdoob/three.js Wiki

                  3 users

                  github.com/mrdoob

                  Sketchup → Collada Click on the menu item File > Export > 3D Model.... Choose COLLADA File (.dae) as export type. If you want to export the textures, click on Options and make sure that Export Texture Maps is checked. Click on Export. SketchUp will create a Collada file named your-model.dae and a folder named your-model that contains the model's textures. Collada → Three.js Make sure you download

                  • テクノロジー
                  • 2012/11/24 02:33
                  • Three.js
                  • CG
                  • tips
                  • three.js/utils/exporters/blender at master · mrdoob/three.js

                    3 users

                    github.com/mrdoob

                    Three.js Blender Export NOTICE: The Blender exporter for the Three.js JSON format has been removed, to focus on better support for the glTF workflow. For recommended alternatives, see Loading 3D Models. The Three.js Object/Scene JSON format is still fully supported for use with Object3D.toJSON, the Editor and THREE.ObjectLoader. If you really need the Blender Exporter you can go back in time to r9

                    • テクノロジー
                    • 2012/08/08 14:00
                    • Blender
                    • Home · mrdoob/three.js Wiki

                      3 users

                      github.com/mrdoob

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

                      • テクノロジー
                      • 2012/05/12 20:29
                      • three.js
                      • GitHub - mrdoob/Hi-ReS-Stats: Performance monitor for Actionscript3 and haXe

                        3 users

                        github.com/mrdoob

                        This repository has been archived by the owner. It is now read-only.

                        • テクノロジー
                        • 2011/10/21 19:28
                        • ActionScript
                        • performance
                        • GitHub - mrdoob/three.js: JavaScript 3D Library.

                          177 users

                          github.com/mrdoob

                          This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

                          • 暮らし
                          • 2010/04/26 02:27
                          • javascript
                          • webgl
                          • 3D
                          • canvas
                          • three.js
                          • library
                          • svg
                          • js
                          • HTML5
                          • github
                          • mrdoob/stats.js: JavaScript Performance Monitor

                            37 users

                            github.com/mrdoob

                            This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

                            • テクノロジー
                            • 2010/04/22 10:26
                            • javascript
                            • library
                            • performance
                            • framerate
                            • js
                            • lib
                            • debug
                            • benchmark

                            このページはまだ
                            ブックマークされていません

                            このページを最初にブックマークしてみませんか?

                            『mrdoob - Overview』の新着エントリーを見る

                            キーボードショートカット一覧

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

                            • 総合
                            • 一般
                            • 世の中
                            • 政治と経済
                            • 暮らし
                            • 学び
                            • テクノロジー
                            • エンタメ
                            • アニメとゲーム
                            • おもしろ
                            • アプリ・拡張機能
                            • 開発ブログ
                            • ヘルプ
                            • お問い合わせ

                            公式Twitter

                            • 公式アカウント
                            • ホットエントリー

                            はてなのサービス

                            • はてなブログ
                            • はてなブログPro
                            • 人力検索はてな
                            • はてなブログ タグ
                            • はてなニュース
                            • App Storeからダウンロード
                            • Google Playで手に入れよう
                            Copyright © 2005-2023 Hatena. All Rights Reserved.
                            設定を変更しましたx