51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#three
ORA-13024: polygon has less than three segments
文档解释ORA-13024:polygonhaslessthanthreesegmentsCause:Thecoordinatesdefiningapolygonalgeometricelementrepresentlessthanthreesegments.Action:Redefinethecoordinatesf...
IT技术学习
·
2023-07-16
ORA-13024
polygon
has
less
than
ORA-13342: an arc geometry has fewer than three coordinates
文档解释ORA-13342:anarcgeometryhasfewerthanthreecoordinatesCause:Ageometry,specifiedasbeinganarc,hasfewerthanthreecoordinatesinitsdefinition.Action:Anarcmustconsist...
IT技术学习
·
2023-07-08
ORA-13342
an
arc
geometry
has
ORA-13353: ELEM_INFO_ARRAY not grouped in threes
文档解释ORA-13353:ELEM_INFO_ARRAYnotgroupedinthreesCause:TheELEM_INFO_ARRAYinanSDO_GEOMETRYdefinitionhasmoreorfewerelementsthanexpected.Action:Confirmthatthenumbero...
IT技术学习
·
2023-07-06
ORA-13353
ELEM
INFO
ARRAY
not
three dots in git
Whenyou'reusingcommitrangeslike..and...withgitlog,thedifferencebetweenthemisthat,forbranchesAandB,gitlogA..BwillshowyouallofthecommitsthatBhasthatAdoesn'thave,w...
代码星球
·
2021-02-08
three
dots
in
git
Threejs之三维坐标系AxesHelper
Threejs里通过AxesHelper类,可以创建一个可视化的三维坐标系AxesHelper(size:Number)参数说明size--轴的线的大小,默认为1 eg:varaxes=newTHREE.AxisHelper(30);scene.add(axes); 说明: threejs中采用的...
代码星球
·
2021-02-01
Threejs
三维
坐标系
AxesHelper
Threejs之网格辅助线GridHelper
通过Three.js类GridHelper可以创建一个坐标网格对象GridHelper本质上是对线模型对象Line的封装,纵横交错的直线构成一个矩形网格模型对象。GridHelper(size: number,divisions: Number,colorCenterLine: Color...
代码星球
·
2021-02-01
Threejs
网格
辅助线
GridHelper
Threejs使用TextGeometry中文出现乱码问题解决
THREE.js使用TextGeometry类可以很容易地生成三维文字但是换成中文后vartextLoad=newTHREE.FontLoader().load('fonts/helvetiker_regular.typeface.json',function(font){vartxtGeo=newTHREE.Text...
代码星球
·
2021-02-01
Threejs
使用
TextGeometry
中文
出现
Threejs创建三维文字TextGeometry
THREE.js封装了TextGeometry类可以很容易地生成三维文字TextGeometry(text:String,parameters:Object)参数说明text—Thetextthatneedstobeshown.(要显示的字符串)parameters—Objectthatcancontainsthefo...
代码星球
·
2021-02-01
Threejs
创建
三维
文字
TextGeometry
threejs天空盒研究
占时没写...
代码星球
·
2021-01-22
threejs
天空
研究
Three.js里自定义顶点构建三角形面的朝向问题
如上图所示,一个矩形可以由两个三角形组成210为朝向摄像机的方向显示123为朝向摄像机的方向显示 ...
代码星球
·
2021-01-22
Three.js
自定义
顶点
构建
三角形
使用Three.js为QQ用户生成3D头像阵列
东西其实比较简单,就是输出某一范围内QQ账号的3D头像涉及的技术主要是Three.js的基本使用而后通过腾讯的接口异步并发请求QQ用户头像,Canavs作图生成Texture应用在球体上需要注意的是,必须修改Chrome启动参数允许访问跨域资源才可正常打开此页面GitHub地址:https://github.com/g...
代码星球
·
2021-01-22
使用
Three.js
QQ
用户
生成
优秀文章 Three.js
原文:https://www.cnblogs.com/zjf-1992/p/6053349.html...
代码星球
·
2021-01-22
优秀
文章
Three.js
three.js 离线API
...
代码星球
·
2021-01-22
three.js
离线
API
three.js 居中-组
原文:https://blog.csdn.net/qq_30100043/article/details/78921224 代码:<!DOCTYPEhtml><htmllang="en"><head><title>three.jswebgl-loaders-3D...
代码星球
·
2021-01-22
three.js
居中
-组
three.js 居中-模型
api: 代码:<!DOCTYPEhtml><htmllang="en"><head><title>three.jswebgl-loaders-3DSloader</title><metachar...
代码星球
·
2021-01-22
three.js
居中
模型
首页
上一页
1
2
3
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他