Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged three.js
0
votes
581
views
1
answer
three.js webgl custom shader sharing texture with new offset
I am splitting a texture 1024 x 1024 over 32x32 tiles * 32, Im not sure if its possible to share the ... are not aligned with the texture. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
1.3k
views
1
answer
three.js - Threejs - How to change the rotation center of a object?
I'm trying to make a solar system with Three.js. I have maked the earth rotate around the sun, but my ... a beginner with Three.js. Thanks! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
497
views
1
answer
three.js - Picking Object3D loaded via OBJMTLLoader
When we load an Object3D with OBJMTLLoader, it is not possible to use raycaster to pick this object with mouse. ... Thanks for all kinds of help See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
895
views
1
answer
three.js - Threejs Tooltip
this could be a duplicate, but I have not found anything as yet. I am trying to create tooltip for on ... provide an alternate solution. Thanks See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
928
views
1
answer
three.js - Flickering planes
I have an application with large 2D planes with textures, but I am experience some flickering problems. It is possible ... (render); } render(); See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
681
views
1
answer
three.js - Access to faces in BufferGeometry
geometry.faces accessible only for new THREE.BoxGeometry. Then I try to use THREE.BoxBufferGeometry I can't change color ... () * 0xffffff ); } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
766
views
1
answer
three.js - ShaderMaterial fog parameter does not work
I'm having troubles enabling scene Fog in THREE.ShaderMaterial. Currently the fog only affects other ... with normal MeshPhongMaterial. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
890
views
1
answer
three.js - Shadowmap texture alpha
Is it possible to fix the shadow map problem below? Basically the shadowmap doesn't seem to respect ... a standard THREE.MeshPhongMaterial See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
814
views
1
answer
three.js - Programmatically generate simple UV Mapping for models
Coming from this question I'm trying to generate UV Mappings programmatically with Three.js for some models, I ... .uvsNeedUpdate = true; } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
687
views
1
answer
three.js - Is it possible to use a 2d canvas as a texture for a cube?
I want to add images to one face of a cube, possibly using a 2d canvas element as the face texture. Here is ... .render( scene, camera ); } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
410
views
1
answer
three.js - Three JS Map Material causes WebGL Warning
I'm trying to define a material to meshes I loaded in from OBJLoader through the following wrapper function: ... obj.material.map = texture See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
937
views
1
answer
three.js - How do I stop EffectComposer from destroying my transparent background?
I want a threejs canvas with a transparent background. I'm creating a renderer like this: # coffeescript r ... with my transparent background? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
588
views
1
answer
three.js - WebGL GL ERROR :GL_INVALID_OPERATION : glDrawElements: attempt to access out of range vertices in attribute 1
I'm attempting to fix a pre-existing bug in some code that is based on THREE.js rev 49 with some custom shaders. ... (" ") Thanks for your help! See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
757
views
1
answer
three.js - 90 degree field of view without distortion in THREE.PerspectiveCamera
I am building a website running on THREE.js to generate a 3D world. From experience with video games, I know they ... am trying to get rid of. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
474
views
1
answer
three.js - Calculating the position on spotlight cone in Phong shader
I'm trying to implement light cookies (or gobos, or light textures, or light masks) for THREE.SpotLight in ... for (the cookie parts). See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
541
views
1
answer
three.js - THREE.SpriteAlignment showing up as undefined
After updating from three.js r62Dev to r64 or r64Dev I am receiving the following error. var radarMaterial = ... any one else experienced this? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
604
views
1
answer
three.js - How to detect when a marker is found in AR.js
I'm trying to detect when a marker if found/lost in ar.js, while using a-frame. From what I see in the source ... have any tips how to do this ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
664
views
1
answer
three.js - Texture atlas offset/repeat works for meshes but is ignored for point system particles
I am using a texture atlas to hold a sequence of images. When mapping to a mesh with MeshLambertMaterial, using ... ://jnm2.com/minesweeper/. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
328
views
1
answer
three.js - OrbitControl or TrackballControl
I've read a lot about these 2 controls and currently I'm using TrackballControls. I need to rotate an object along ... a lot!! Regards - Misa See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
607
views
1
answer
three.js - How do I stop requestAnimationFrame
I need to remove a canvas and build a new one. I'm having a problem where I don't know how to stop/ ... useful or conflicting with the new ones? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
428
views
1
answer
three.js TypeError: Cannot read property 'center' of undefined
I am trying import OBJ (tried different) on server with node.js and three.js - I got this Error after parse file ... out how to fix this error. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
595
views
1
answer
three.js - Different material on back and frontside of extruded shape
I'm trying to apply different material on front and back sides of extruded shape, but cannot figure out where to ... ].materialIndex = 2; } See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
901
views
1
answer
three.js set background image
How to create a static background image? For default background: scene = new THREE.Scene(); // ... renderer ... , or set opacity for clearcolor? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
580
views
1
answer
three.js - How to set up skybox in Autodesk Forge
I want to add a skybox to my Forge scene, but Forge is different from three.js. I want to know what I can do ... .add(skyBox); This is my scene: See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
506
views
1
answer
three.js - Morph a cube to coil in three js
I have tried to morph a thin rectangular cube to coil by three.js and tween.js. I've searched questions that ... can I create a coil shape? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
1.2k
views
1
answer
three.js - Displaying background colour through transparent PNG on material?
I'm making a case builder using THREE.js, the basics are i want to be able to change the height/width/ ... that made sense, can anyone help? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
781
views
1
answer
three.js - Exporting Threejs Scene to Obj Format
It seems that Three.js allows loading geometry from OBJ files (Blender, 3DsMax, etc), but is there any support ... file (or any other formats)? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
0
votes
503
views
1
answer
three.js - Updating a geometry inside a mesh does nothing
I am using THREE.JS rev 49. My program needs to update a mesh by changing it's geometry. Unfortunately the ... to add something else ? /Oragon See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
three.js
Page:
1
2
3
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] TCL: using a namespace name variable
[2] c - Is assignment x=1; always an undefined behaviour according to C17?
[3] java - Error initialising spark context. Could not load yarn support
[4] python - Comparing lists and strings
[5] 把render函数转化成下面那种。报错了
[6] javascript - React js, internationalization, switch language
[7] centos 7.6 图形界面登陆时,如何自动登录?
[8] unit testing - Making python COM client testable
[9] linux - What is fd0 set to, when process is started in background?
[10] react web应用在手机Chrome运行会卡死,应该如何优化?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...