# three-dimension-functions **Repository Path**: Cat-shao/three-dimension-functions ## Basic Information - **Project Name**: three-dimension-functions - **Description**: 使用three.js创建的三维函数绘制器 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # three-dimension-functions #### 介绍 这是一个使用three.js和math.js的三维函数编辑器。 #### 运行 [gitee pages](http://cat-shao.gitee.io/three-dimension-functions/3df-uni.html) #### 已知BUG 1. 无法渲染带有复数的函数 2. 无法正常渲染tan()等有奇点的函数,会失真 #### 以后会添加的功能 1. 动态调整步长,是函数细节突出,节省空间。 2. 按y轴上色。