Notebook - Welcome to Notebook

Contact/Report Bugs
You can contact me at: bkenwright@xbdev.net












DOCTYPE html html xmlns http www w3 org 1999 xhtml lang en head title WebGL title meta charset utf 8 head body canvas id canvas width 640 height 480 Your browser doesn t appear to support the HTML5 b canvas b element canvas script function createShader str type var shader gl createShader type gl shaderSource shader str gl compileShader shader if gl getShaderParameter shader gl COMPILE_STATUS throw gl getShaderInfoLog shader return shader function createProgram vstr fstr var program gl createProgram var vshader createShader vstr gl VERTEX_SHADER var fshader createShader fstr gl FRAGMENT_SHADER gl attachShader program vshader gl attachShader program fshader gl linkProgram program if gl getProgramParameter program gl LINK_STATUS throw gl getProgramInfoLog program return program function de2ra deg return deg Math PI 180 Helper mult translate var Matrix4 function m this M m new Float32Array 16 this set function x val this M x val this get function x return this M x this mult function b var a this M this M a 0 b M 0 a 1 b M 4 a 2 b M 8 a 3 b M 12 a 0 b M 1 a 1 b M 5 a 2 b M 9 a 3 b M 13 a 0 b M 2 a 1 b M 6 a 2 b M 10 a 3 b M 14 a 0 b M 3 a 1 b M 7 a 2 b M 11 a 3 b M 15 a 4 b M 0 a 5 b M 4 a 6 b M 8 a 7 b M 12 a 4 b M 1 a 5 b M 5 a 6 b M 9 a 7 b M 13 a 4 b M 2 a 5 b M 6 a 6 b M 10 a 7 b M 14 a 4 b M 3 a 5 b M 7 a 6 b M 11 a 7 b M 15 a 8 b M 0 a 9 b M 4 a 10 b M 8 a 11 b M 12 a 8 b M 1 a 9 b M 5 a 10 b M 9 a 11 b M 13 a 8 b M 2 a 9 b M 6 a 10 b M 10 a 11 b M 14 a 8 b M 3 a 9 b M 7 a 10 b M 11 a 11 b M 15 a 12 b M 0 a 13 b M 4 a 14 b M 8 a 15 b M 12 a 12 b M 1 a 13 b M 5 a 14 b M 9 a 15 b M 13 a 12 b M 2 a 13 b M 6 a 14 b M 10 a 15 b M 14 a 12 b M 3 a 13 b M 7 a 14 b M 11 a 15 b M 15 return this Matrix4 identity function this M new Float32Array 16 this M 0 1 this M 5 1 this M 10 1 this M 15 1 Matrix4 translate function x y z this identity this M 12 x this M 13 y this M 14 z return this M Matrix4 scale function x y z this identity this M 0 x this M 5 y this M 10 z return this M Matrix4 rotate function angle x y z this identity if x y z return this M var c Math cos angle var s Math sin angle var t 1 c this M 0 t x x c this M 1 t x y z s this M 2 t x z y s this M 4 t x y z s this M 5 t y y c this M 6 t y z x s this M 8 t x z y s this M 9 t y z x s this M 10 t z z c this M 12 this M 13 this M 14 0 return this M Matrix4 perspective function fov aspect this identity var f 1 Math tan fov 2 aspect 0 5 this M 0 f aspect this M 5 f this M 11 1 return this M Matrix4 perspective2 function fov aspect this identity var f Math tan fov Math PI 360 console log f this M 0 1 f this M 5 aspect f this M 11 1 return this M Matrix4 perspective3 function fovy aspect znear zfar this identity var top znear Math tan fovy Math PI 360 0 var bottom top var left bottom aspect var right top aspect var X 2 znear right left var Y 2 znear top bottom var A right left right left var B top bottom top bottom var C zfar znear zfar znear var D 2 zfar znear zfar znear this M 0 X this M 5 Y this M 8 A this M 9 B this M 10 C this M 11 1 this M 14 D return this M const vssrc attribute vec3 pos attribute vec3 norm varying vec4 vNormal varying vec3 tex uniform mat4 perspective uniform mat4 view uniform mat4 model void main tex pos vNormal view model vec4 norm 0 0 gl_Position perspective view model vec4 pos 1 const fssrc precision mediump float varying vec4 vNormal varying vec3 tex void main vec4 col vec4 1 1 1 1 float diffuse dot vec3 0 0 1 vNormal xyz gl_FragColor vec4 col r diffuse col g diffuse col b diffuse col a debug gl_FragColor vec4 1 1 1 1 0 gl_FragColor vec4 tex rgb 1 0 var canvas document getElementById canvas gl canvas getContext webgl gl clearColor 0 0 0 0 0 0 1 gl enable gl DEPTH_TEST gl clear gl COLOR_BUFFER_BIT var cubeObject indices 0 1 2 2 1 3 4 5 6 6 5 7 8 9 10 10 9 11 12 13 14 14 13 15 16 17 18 18 17 19 20 21 22 22 21 23 vertices 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 normals 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 var program createProgram vssrc fssrc gl useProgram program program pos gl getAttribLocation program pos program norm gl getAttribLocation program norm var vertexPosBuffer gl createBuffer gl bindBuffer gl ARRAY_BUFFER vertexPosBuffer gl bufferData gl ARRAY_BUFFER new Float32Array cubeObject vertices gl STATIC_DRAW var indexBuffer gl createBuffer gl bindBuffer gl ELEMENT_ARRAY_BUFFER indexBuffer gl bufferData gl ELEMENT_ARRAY_BUFFER new Uint16Array cubeObject indices gl STATIC_DRAW var normalBuffer gl createBuffer gl bindBuffer gl ARRAY_BUFFER normalBuffer gl bufferData gl ARRAY_BUFFER new Float32Array cubeObject normals gl STATIC_DRAW perspective gl getUniformLocation program perspective model gl getUniformLocation program model view gl getUniformLocation program view gl uniformMatrix4fv perspective false Matrix4 perspective3 45 window innerWidth window innerHeight 0 1 10000 var temp 0 function update temp 0 003 gl clear gl COLOR_BUFFER_BIT gl DEPTH_BUFFER_BIT gl useProgram program gl enableVertexAttribArray program pos gl bindBuffer gl ARRAY_BUFFER vertexPosBuffer gl bindBuffer gl ELEMENT_ARRAY_BUFFER indexBuffer gl vertexAttribPointer program pos 3 gl FLOAT false 0 0 gl enableVertexAttribArray program norm gl bindBuffer gl ARRAY_BUFFER normalBuffer gl vertexAttribPointer program norm 3 gl FLOAT false 0 0 var rx new Matrix4 Matrix4 rotate temp 0 0 0 var ry new Matrix4 Matrix4 rotate temp 0 1 0 var rz new Matrix4 Matrix4 rotate temp 0 0 1 var obj rx mult ry mult rz gl uniformMatrix4fv model false obj M gl uniformMatrix4fv view false Matrix4 translate 0 0 3 gl drawElements gl TRIANGLES cubeObject indices length gl UNSIGNED_SHORT 0 setInterval update 10 script body html

ing vec4 vNormal varying vec3 tex uniform mat4 perspective uniform mat4 view uniform mat4 model void main tex pos vNormal view model vec4 norm 0 0 gl_Position perspective view model vec4 pos 1 const fssrc precision mediump float varying vec4 vNormal varying vec3 tex void main vec4 col vec4 1 1 1 1 float diffuse dot vec3 0 0 1 vNormal xyz gl_FragColor vec4 col r diffuse col g diffuse col b diffuse col a debug gl_FragColor vec4 1 1 1 1 0 gl_FragColor vec4 tex rgb 1 0 var canvas document getElementById canvas gl canvas getContext webgl gl clearColor 0 0 0 0 0 0 1 gl enable gl DEPTH_TEST gl clear gl COLOR_BUFFER_BIT var cubeObject indices 0 1 2 2 1 3 4 5 6 6 5 7 8 9 10 10 9 11 12 13 14 14 13 15 16 17 18 18 17 19 20 21 22 22 21 23 vertices 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 0 5 normals 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 var program createProgram vssrc fssrc gl useProgram program program pos gl getAttribLocation program pos program norm gl getAttribLocation program norm var vertexPosBuffer gl createBuffer gl bindBuffer gl ARRAY_BUFFER vertexPosBuffer gl bufferData gl ARRAY_BUFFER new Float32Array cubeObject vertices gl STATIC_DRAW var indexBuffer gl createBuffer gl bindBuffer gl ELEMENT_ARRAY_BUFFER indexBuffer gl bufferData gl ELEMENT_ARRAY_BUFFER new Uint16Array cubeObject indices gl STATIC_DRAW var normalBuffer gl createBuffer gl bindBuffer gl ARRAY_BUFFER normalBuffer gl bufferData gl ARRAY_BUFFER new Float32Array cubeObject normals gl STATIC_DRAW perspective gl getUniformLocation program perspective model gl getUniformLocation program model view gl getUniformLocation program view gl uniformMatrix4fv perspective false Matrix4 perspective3 45 window innerWidth window innerHeight 0 1 10000 var temp 0 function update temp 0 003 gl clear gl COLOR_BUFFER_BIT gl DEPTH_BUFFER_BIT gl useProgram program gl enableVertexAttribArray program pos gl bindBuffer gl ARRAY_BUFFER vertexPosBuffer gl bindBuffer gl ELEMENT_ARRAY_BUFFER indexBuffer gl vertexAttribPointer program pos 3 gl FLOAT false 0 0 gl enableVertexAttribArray program norm gl bindBuffer gl ARRAY_BUFFER normalBuffer gl vertexAttribPointer program norm 3 gl FLOAT false 0 0 var rx new Matrix4 Matrix4 rotate temp 0 0 0 var ry new Matrix4 Matrix4 rotate temp 0 1 0 var rz new Matrix4 Matrix4 rotate temp 0 0 1 var obj rx mult ry mult rz gl uniformMatrix4fv model false obj M gl uniformMatrix4fv view false Matrix4 translate 0 0 3 gl drawElements gl TRIANGLES cubeObject indices length gl UNSIGNED_SHORT 0 setInterval update 10 script body html

2dracecargame
3dplot
a4print
about
acecustomkeywords
acecustomkeywords2
acejs
acejs2
acejs3
aessecurity
angularjs
animbackgroundimage
aseformat
assert
asteroidsjs
backgrounds01
backgrounds02
backgrounds03
barnsleyfern
base26
base64
bib
binary
bodypix
bouncy
box2dweb
breakoutjs
browserversion
buslanes
busybutton
bvhreader
calendar
candycrush
candycrush2
canvas
canvas2
canvas3
canvasmandelbrot
canvasmandelbrot2
canvasnumbers
canvaszoom
capsule
car2dsimulationphysics
car2dsimulationphysics2
changingimages
chaosgame
chaosrandom
chaosrandomhisto
chaosrandomhisto2
chatgptusingopenai
chatgptusingopenai2
chatgptusingopenai3
checkboxtoggle
chinesetiles
classes
classfeatures
clipboardbutton
clonenode
codedropdown
codemirror
codemirror2
collada
colorpick
columnresizer
contextmenu
convnet
cookiebanner
countdown
countdown2
countdown3
crop
css3dbarchart
css3dbarchart2
css3dbook
css3dscene
csscube
csscube2
csscube3
csscubevideos
cssfilelist
csshas
csspulse
cssresizeaspect
cssspin
csszooming
csvtoarray
curleffect
customcheckbox
d3datamap
d3js
d3js10
d3js11
d3js2
d3js3
d3js4
d3js5
d3js6
d3js7
d3js8
d3js9
d3jsanimatedgrid
d3jsarctransition
d3jsarctransition2
d3jsaxis
d3jsaxischanging
d3jsbars
d3jsbrushing
d3jsbuslanes
d3jsbuslanes2
d3jscalendar
d3jscheat
d3jsclock
d3jscloudmap
d3jscogs
d3jscolors
d3jscovid
d3jscovid2
d3jscovid3
d3jsdashboard
d3jsdashboard2
d3jsdashboard3
d3jsdatakeyfunction
d3jsdensity
d3jsdragresizing
d3jsdragresizing2
d3jseach
d3jsease
d3jsevents
d3jsflower
d3jsforcegroups
d3jsforces
d3jsforces2
d3jsfractaltree
d3jsgeo
d3jsgroupbars
d3jsgroups
d3jsheatmap
d3jshex
d3jshierarchies
d3jshierarchies2
d3jshistogram
d3jshistogram2
d3jshistogram3
d3jshistogram4
d3jsinterpolate
d3jsjoin
d3jskmean
d3jskmean2
d3jsline
d3jsline2
d3jsline3
d3jsline4
d3jslinetransition
d3jslinetransition0
d3jslinetransition2
d3jsmaplocations
d3jsmaps
d3jsmaps2
d3jsmaps3
d3jsmisc
d3jsmisc2
d3jsmodule
d3jsmodulecolor
d3jsmultistyles
d3jsnobel
d3jsoverlappinggraphs
d3jspanel
d3jspie
d3jspieinterpolate
d3jssankey
d3jssankey2
d3jsscatter
d3jsshapes
d3jsslider
d3jsspending
d3jsspending2
d3jsspiralplot
d3jsspirograph
d3jssquare
d3jsstack
d3jsstackedbar
d3jsstackedbar2
d3jssunburst
d3jssunmoon
d3jssvglines
d3jssymbols
d3jstimelines
d3jsuk
d3jsvoronoi
d3scatterplot
d3timeline
d3timeline2
datalist
datamuse
date
dblclickhighlight
deviceorientation
dictionaryapi
dockermenu
doodlepad
downloadgif
dragdroplistitems
dragrotateresizediv
dragrotateresizediv2
dragrotateresizediv3
dragrotateresizediv4
dragrotateresizefontsize
dragselectbrush
drawlinesdiv
dropdown
dualquaternionimages
dynamicgrid
easefunctions
easeinterpolate3dplots
echart
echart2
echart3
encapsulation
epubviewer
errorstack
excalidraw
excalidraw2
excalidraw3
excalidraw5
expandable
faker
fetchplus
fileupload
fixedtopbar
fluiddynamics
fluiddynamics2
fluiddynamics3
fluidgaswatergl
fluidsmokedynamics
fluidsmokedynamics2
fonts
fonts2
footerbar
fractalmaze
fractalmaze2
fractalnoiseimage
fractals
fractals2
fractaltree
freesvg
fresnel
froggerjs
gantt
gifgiphyapi
gifhex
gltffromscratch
gradients
griditems
griditems2
griditems3
griditems4
gridworms
happyfont
heat
hexview
hexview2
highlight
icons
icons2
iframes
ik
imagetracertosvg
imgur
inputfile
invadersjs
ipynb
ipynb2
ipynb3
ipynb4
isbn13
isbn2
jpghex
jquery
jquery2
jqueryui
jqueryui2
jsdraganddrop
jsfire
jslint
jsobfuscate
jsraytracer
jstree
jstree2
jszip
jszipimages
jszipread
keyboardpiano
keyframes
l2dwidget
lcpsolverrigidbodies
lda
leftmenu
less
less2
lineargradientimage
linenumbers
loadimagefromfile
makepdf
maps
markdown
markdown2
markdown3
markdownalerts
markdownalerts2
markdownbookmarks
markovimage
markovpixelblocks
mathjax
matrices
matsandvects
mazegamejs
md2tex
metrotiles
metrowindows
milestones
minkowski2dboxes
misc
misc2
modules
myipdetails
mymodplotly
neataptic
networkstructures
networkstructures2
neural_network_drawshape
neural_network_plot_in_vs_out
neuralnetworkarrays
neuralnetworkblocks
neuralnetworksinewave
neuralnetworksnolibs
neuralnetworkvisualization
noiseflowfield
noiseflowfield2
noiseflowfield3
noiseflowfield4
noiseflowfield5
noiseflowfield6
number
obj
objtojson
openaiimages
opencv
opencv2
opencv3
opencv4
opencv5
outline
p2
p5fractalleaf
p5fractalshape
p5js
p5js2
p5js3
p5jsanimatedcover
p5mengercube
p5snowflakes
palindrome
panel
parallax
paste
paste2
pasteimgfromurl
pdfjs
pdfjs2
pdfkit
pdfkit2
pdfkit3
pdfkit4
pdfkit5
pdfkit6
pdfmake
pdfmake2
pdfmake3
pdfmake4
pdfmake5
pdfmake6
perlin
perlin2
perlin3
perspective
pexels
pixelgridpattern
playground
plotly
plotlynoise
plotlyranddist
plyloader
plyloader2
pngtxtencoder
pongjs
pptxgenjs
prettycode
prism
prn
problems
progress
pseudorandom
px2svg
python
quotes
racergame
random
randomcalcpie
randomgenerator
randomprofilepatterns
randomsinhistogram
randomstring
rating
rayambient
raymonte
raymonteprogressive
raymonteprogressive2
raymontewarmstart
reexpcross
reexpcross2
regex
regexbib
regexpfixbib
regexpmultiline
repeatwordsregexp
resizabletable
resizabletable2
revealjs
revealjs2
revealjsmulti
rigidbodyspheres2d
rigidbodyspheres3
rigidbodysphereslopetangent
ritalanguage
ritalanguage2
ritalanguage3
rotateimg
rough
rsapublicprivatekeys
rss
rss2
sankey
scrappingsvg
scrolltext
scrolltext2
scrollwidth
sdf2dcanvas
sdfboxinboxtwist
sdfchessbishop
sdfchessking
sdfchessknight
sdfchesspawn
sdfchessqueen
sdfchessrook
sdfhollowbox
setintervalexception
shareurl
shuffle
sidecomment
similarity
simplehighlighter
simpleplatformgamejs
sinecanvas
sliderpopout
slides
smileys
snowfall
snowman
sound
soundsignal
sphererayintersection
springs
sqljs
steganography
stereogram
stringmatching
sudoku
sudoku2
sudoku3
svg
svgchaos
svgdragresize
svgdragresize2
svgdragresize3
svgdragrotate
svgdrawing
svglines
svglines2
svglines3
svglines4
svglines5
svglinesmandelbrot
svgpathsdragrotate
svgpathsdragrotateresize
svgpie
svgpie2
svgpie3
svgpiepath
svgpiepath2
svgrandomfaces
symbols
synaptic
synaptic2
synonyms
tablerotatecells
tablerotatecells2
tablerotatecells3
tablerotatecells3b
tablerotatecells4
tables
tablezebra
tabularjs
tabularjs2
tabulatordownload
tagcanvas
tensorflowgan
tensorflowjs
tensorflowjsbasic
tensorflowjscnn
tensorflowjssinewave
tensorflowjssound
tensorflowmobilenet
tetrahedronfractal
tetrahedronfractalfolding
tetris
textarea
textareaauto
textareadiv
textareadiv2
textmaskimage
theirorthere
thesaurus
threejs
threejs2
threejs3
threejs4
threejsgltf
threejstokyo
tiles
toaster
tooltip
transition
transitionexpandabledropdown
treeview
treeview2
tricks
tshirt
tshirt2
tshirt3
turningpages
unsplash
urlblob
urlblob2
userdefinepoints
vector
videos
videos2
visualsort
vue
w2ui
w2uientertextdialog
webcam
webgl
webgl2
webgl3
webgl4
webgl5
webglbasic1
webglbasic2
webglcube
webglfov
webglfrustum
webgljson
webglleaves
webgllighting
webglorthographic
webglpoints1
webglpoints2
webglpoints3
webglsquare
webgltexture1
webgltexture2
webgltexture3
webgltransforms
webgltriangle
webgpu
webgpu10
webgpu11
webgpu12
webgpu13
webgpu14
webgpu15
webgpu16
webgpu17
webgpu2
webgpu3
webgpu4
webgpu5
webgpu6
webgpu7
webgpu8
webgpu9
webgpubars
webgpubuffers
webgpubuffers2
webgpucellnoise
webgpuclouds
webgpuclydescope
webgpucompute
webgpucubemap
webgpucubemap2
webgpudeferred
webgpudepth
webgpudof
webgpudrops
webgpuetha
webgpufire
webgpufractalcubes
webgpuglassrain
webgpugltf
webgpugltf2
webgpugrass
webgpugrid
webgpukernel
webgpukleinian
webgpulabupdates
webgpulighting
webgpumandelbrot
webgpumeta3d
webgpumetaballs
webgpumouse
webgpunoise
webgpunormalmapping
webgpuobj
webgpuparallax
webgpuparallax2
webgpuparallax3
webgpuparallaxshadow
webgpuparallaxshadow2
webgpupixel
webgpuquad
webgpuray1
webgpuraytracing
webgpuraytracing2
webgpushadowmaps
webgpushadowmaps2
webgpusierpinski2d
webgpusierpinski3d
webgpusinusoid
webgpussao
webgpustadiumobj
webgpuswirl
webgputestpipe3
webgputoon
webgputopology
webgputt
webgpuvolcloud
webgpuwater
webgpuwireframe
webgpuwireframe2
webpcanvas
webworkers
webxr
webxr2
wiggly
wikipedia