Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [3d]

3D computer graphics are graphics that use a three-dimensional representation of geometric data stored in the computer for the purposes of performing calculations and rendering 2D images.

0 votes
0 answers
15 views

What's wrong with Unity and Unreal Engine?

The Unreal Engine has video-like errors just by keying, and Unity had no problem with the base 2D, but running the HDRP base sample causes the same problem as the Unreal Engine. The graphics driver is ...
박준서's user avatar
1 vote
0 answers
12 views

Interpolation of vertex attributes during rasterization

RENDER There is a set of vertices: new Vector(-0.5,-0.5,-0.5), new Vector(-0.5, 0.5,-0.5), new Vector( 0.5, 0.5,-0.5), new Vector( 0.5,-0.5,-0.5), new Vector(-0....
Leonid Price's user avatar
-7 votes
0 answers
26 views

how to use a 3d model in C++ code using GLFW [closed]

For example, I have a 3d model. I use the GLFW library. I want to make my own game and I don't want to write all the graphics in code. Is it possible to use a 3d model in C++ code using GLFW?
LowFog's user avatar
  • 1
-3 votes
0 answers
11 views

Can obj files encrypted? [closed]

I just got an .obj file and I can't open it anywhere. Could it be encrypted? Or is it possible? I tried to import to blender but blender gives error. Also I tried it in meshlab, it says mesh doesnt ...
Noob Kafa's user avatar
-2 votes
0 answers
16 views

my terminal, running ursina code, is unable to load .blend files

I am using the terminal (MacOS) to execute my python code that uses .blend files 3D models. My terminal prints this error: raise Exception('error: trying to load .blend file, but no blender ...
Prema S's user avatar
0 votes
0 answers
41 views

3D Triangle doesn’t rotate properly with Camera

I have been trying to make a program where I can enter three coordinates in a right-handed coordinate system that will then form a triangle while a camera rotates around the triangle. From my ...
Thomas2806's user avatar
0 votes
0 answers
26 views

How would i go about adding a first person camera to my pygame 3D cube renderer? [duplicate]

The python code: import pygame import pygame.draw import pygame.time import numpy as np import json from pygame.locals import * # Constants ORIGIN_X = 0 ORIGIN_Y = 0 CAMERA_X = 0 CAMERA_Y = 0 ...
LostGameDev's user avatar
0 votes
0 answers
10 views

How to get coordinates from a 3d model in flutter using tap functionality?

I have added a 3-d model in my flutter. let me give you some context about my app. I have a footcare app in which a user can pin-point the place where he/she is feeling pain on tapping on the 3-d ...
Munsif Ali's user avatar
  • 4,548
-2 votes
0 answers
15 views

Closest point on a complex 3D object to a specified point?

If I have a complex 3D model (provided as a Wavefront OBJ file, all faces are triangles) and a point in the same space, how can I find the closest point on the surface of the model? I'm interested not ...
Jonathan Gilbert's user avatar
-1 votes
0 answers
23 views

Error loading model on website served through GitHub pages: SyntaxError: Unexpected token 'v'

so I'm fairly new to coding, GitHub pages all of it. I am trying to serve my website over there which includes three 3d models (their files being larger than 100mb) which I have added to the git ...
user26589514's user avatar
1 vote
1 answer
46 views

Showing stats of vertices and triangle counts on editor

In the example editor how does Three.js rendering a legend showing the number of Vertices and Triangles and also a 3 axes helper legend, I added screen shot of the scene with these legends. I want to ...
ashemez's user avatar
  • 110
1 vote
0 answers
19 views

Finding the graph of a convex shape given its coordinates

I want to build a function that takes in a set of Cartesian coordinates in 3D (as a numpy array), and then assuming the coordinates represent the vertices of a convex polyhedron, return a graph in ...
bobross1709's user avatar
-2 votes
0 answers
30 views

Map image to 3D object in flutter [closed]

I'm looking to build an application that let users add image or text as a layers to a 3d object (map the image above the object), or customize the object like the color what I need to know is can I ...
Mohammad Khier Haimour's user avatar
0 votes
0 answers
17 views

Unity AddCrypto in CryptoText || 3D GAME Unity

https://i.imgur.com/i5saoOs.mp4 The idea of this game, it's to have a basic graphic card on the pc. When the player press on Pc, it shows a Panel where it shows some information about the mining power ...
Clincă Florentin's user avatar
0 votes
0 answers
19 views

unpacking .basis texture to any other format

i'm trying to unpack a .basis texture file to any other format (ideally .exr) for use in blender. i have a model i extracted from some website, being a glTF referencing .basis textures. blender cannot ...
Ykulvaarlck's user avatar

15 30 50 per page
1
2 3 4 5
1153