タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

articleと3Dに関するefclのブックマーク (3)

  • X3D: Declarative 3D for the Modern Web

    Introduction Modern web technologies enable developers to create clean, yet visually rich, user experiences which are widely supported as standard by all of the major browsers. So, how do you actually go about writing standards-based visualisations for the web…? And what support is there exactly for 3D graphics? Let’s start by reviewing the two main supported approaches in the HTML standard: SVG a

    X3D: Declarative 3D for the Modern Web
    efcl
    efcl 2019/09/17
    宣言的な3D表現を行うX3Dという仕様とX3DOMという実装について。 SVGのようにHTML中にタグを書くことで3D表示を行う
  • three.js超入門 第0回 3Dコンピュータグラフィックスの基礎 - Qiita

    概要 この記事では「three.js超入門」と題して、three.jsの基礎からシェーダーの利用までをやっていきます。 ターゲットは主に「canvas表現を触ったことがないフロントエンドエンジニア」を想定しているので、jsの構文などの説明は省略しています。 three.jsのバージョンは執筆時点で最新のr98を使用します。 three.js超入門 第0回 3Dコンピュータグラフィックスの基礎 three.js超入門 第1回 レンダリングまでの流れ three.js超入門 第2回 アニメーションと時間ベースでの制御 three.js超入門 第3回 マウスやスクロールでのインタラクション three.js超入門 第4回 getBoundingClientRect()を使ったDOM要素との連携 three.js超入門 第5回 シェーダー(GLSL)の基礎 three.js超入門 第6回 Shad

    three.js超入門 第0回 3Dコンピュータグラフィックスの基礎 - Qiita
    efcl
    efcl 2018/12/20
    three.js入門の連載記事。 three.jsや3DCGの基本的な用語やレンダリング、インタラクションの実装などについて
  • Web High Level Shading Language | WebKit

    This article is introducing a new graphics shading language for the Web named Web High Level Shading Language (WHLSL, pronounced “whistle”). The language is insprired by HLSL, the dominant shading language for graphics app developers. It extends HLSL for the Web platform to be safe and secure. It’s easy to read and write, and is well-specified using formal techniques. Background Over the past few

    Web High Level Shading Language | WebKit
    efcl
    efcl 2018/11/13
    Web High Level Shading Language(WHLSL)について。 WHLSLはWebGPUコミュニティグループで開発され散るシェーリング言語。
  • 1