spheres ボキャブラリ
Factor ハンドブック > ボキャブラリ索引


概要
Draw pixel-perfect spheres using GLSL shaders

メタデータ
タグ:opengl, demos
作者:Joe Groff


ワード

タプルクラス
クラススーパークラススロット
spheres-world demo-worldplane-program solid-sphere-program texture-sphere-program reflection-framebuffer reflection-depthbuffer reflection-texture


通常ワード
ワードスタック効果
(draw-colored-sphere)( program center radius surfacecolor -- )
(draw-reflection-texture)( gadget -- )
(draw-sphere)( program center radius -- )
(make-reflection-depthbuffer)( -- depthbuffer )
(make-reflection-framebuffer)( depthbuffer -- framebuffer )
(make-reflection-texture)( -- texture )
(plane-program)( -- program )
(reflection-dim)( -- w h )
(reflection-face)( gadget face -- )
(solid-sphere-program)( -- program )
(texture-sphere-program)( -- program )
plane-fragment-shader( -- string )
plane-vertex-shader( -- string )
reflection-frustum( gadget -- -x x -y y near far )
sphere-main-fragment-shader( -- string )
sphere-scene( gadget -- )
sphere-solid-color-fragment-shader( -- string )
sphere-texture-fragment-shader( -- string )
sphere-vertex-shader( -- string )
spheres-window( -- )


クラス述語ワード
ワードスタック効果
spheres-world?( object -- ? )


ファイル
resource:extra/spheres/spheres.factor
resource:extra/spheres/spheres-docs.factor