Skip to content

Commit c0d8338

Browse files
authored
Merge pull request #281 from AlexLamson/master
Replaced emphasis tag with intended meaning (multiplication)
2 parents d816ad6 + f941cd7 commit c0d8338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/reference/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16398,7 +16398,7 @@
1639816398
{
1639916399
"file": "src/webgl/camera.js",
1640016400
"line": 161,
16401-
"description": "<p>Sets perspective camera. When called with no arguments, the defaults\nprovided are equivalent to\nperspective(PI/3.0, width/height, cameraZ/10.0, cameraZ<em>10.0)\nwhere cameraZ is ((height/2.0) / tan(PI</em>60.0/360.0));</p>\n",
16401+
"description": "<p>Sets perspective camera. When called with no arguments, the defaults\nprovided are equivalent to\nperspective(PI/3.0, width/height, cameraZ/10.0, cameraZ*10.0)\nwhere cameraZ is ((height/2.0) / tan(PI*60.0/360.0));</p>\n",
1640216402
"itemtype": "method",
1640316403
"name": "perspective",
1640416404
"params": [

0 commit comments

Comments
 (0)