Most voted "3d" questions
Use this tag for questions involving 3-dimensional graphics.
Learn more…20 questions
Sort by count of
-
11
votes1
answer756
viewsHow does terrain generation work in a game?
The game No Man’s Sky has not yet released but I’m curious about the technique they used to generate the terrain of the planet. I believe that processing a planet on real scales would be very…
-
8
votes1
answer67
views -
4
votes2
answers873
viewsHow to Make 3D Text with CSS
Is there any way to get to this result with CSS only? Make a kind of 3D effect in text panes with CSS? Type the image below? body { background-color: #880000; } h1 { color: #fff; font-size: 100px;…
-
3
votes2
answers412
viewsConnecting dots to the 3d regression line
This is the 3d version of this other question. Consider the following data: Income2<-structure(list(X = 1:30, Education = c(21.5862068965517, 18.2758620689655, 12.0689655172414, 17.0344827586207,…
-
3
votes1
answer543
viewsClickable 3D globe
I’m thinking about doing a project using a 3D globe with the possibility to click on countries, but I don’t know where to start. I’ve been doing some research and so far I’ve found this:…
-
2
votes1
answer391
viewsHow can a colormap of a surface be mapped to a scalar function?
Translation of question I asked in the OR: I have a scalar function that represents the electrical potential on a spherical surface. I want to plot , for a given radius, the surface and map its…
-
2
votes0
answers603
viewsHow to make an animation show each change in the dataset? With matplotlib
I am using matplotlib to show my 3d dataset. But I would like to show each data set change in a 3D graph. And create an animation of that or maybe save the animation. Follow the code I’m using: from…
-
1
votes0
answers290
views3D reconstruction MATLAB
I am developing my TFG with Matlab where from a figure in Upper Image 20X20 and a figure Lower tbm 20x20 I get the possible kernel in other N central images. However to present the result I need to…
-
1
votes1
answer322
viewsOpengl: what is the basic "package" of shaders to create elements of a 3D scene
At the moment, I am beginning to work with the Shaders concept of the most current versions of Opengl. My basic reference are the tutorials of the open.Gl site. After having seen all the texts, and…
-
1
votes0
answers124
views -
1
votes1
answer118
viewsEnvironment / Technology for developing 3D Web applications
Nowadays, many web applications use 3D resources in their applications. A place where I found some examples was in Chrome Experiments. An example that prompted my curiosity was this applying. My…
-
1
votes0
answers85
viewsPlanet Earth in particles with THREE js
I’ve been searching all over the internet for days but I can’t find any explanatory tutorial or anything close to that, I’m new to THREE js and I’d like to make planet Earth in particle form like…
-
1
votes1
answer1256
viewsPlay 3d graph with level curves in R software
I tried to add level curves in my Plot as in the second figure below, but I could not, someone knows how I should proceed? #Function density probability library(pbivnorm) bsb <- function(t1,t2){…
-
0
votes0
answers39
viewsRotate image 360º in 3D
I work in a company that sells machines and parts for mills that produce rice, and I’m developing a system for selling parts for these machines... my boss wants each piece the customer can see from…
-
0
votes1
answer107
viewsLighting inside a room in Blender
I’m starting at the Blender now, it must be a simple question. I made a room, with a cube stretched to the floor, then some cuts in the cube to be the bases of the walls and an extrude to all rise…
-
0
votes0
answers57
viewsExtract Texture from a 3D object
I am developing a game in Unity, and I need to introduce the user the image of the predefined 3ds objects in the game. Today I have an asset folder where I store my . fbx files, . Blender, . Prefab,…
-
0
votes1
answer214
viewsHow do I make 3D work on pyglet?
I was trying to create using Opengl, Python and pyglet, a flat triangle in a 3D space, I saw some tutorials on the internet, some videos on Youtube, and in the end I wrote this code down there, the…
-
0
votes1
answer44
viewsHow to use Bezier curves to describe 3d animation in c++ efficiently?
I’m developing a 3d program in c/c++, I’ve done the rendering part of the objects, I’m missing the animation part, basically I want to use a list of values (frames) each containing the frame time,…
-
-1
votes1
answer52
viewsWhat size to use for imported 3d models in Unity 3D?
I’m starting a new project in Unity 3D using free 3d models from the internet, I imported a building but when I opened in Unity it was gigantic compared to the standard character of Unity! My…
-
-1
votes1
answer39
viewsReact-Native with 3D Animation | sensor accelerometer
all right? I’m starting a very unusual React-Native project involving React-Native and 3D sensors. I have an accelerometer, motion sensor, which is attached to strategic points of the human body.…