Anything related to the process of building a realistic graphic representation of a (possibly virtual and/or dynamic) 3-d object using 2-d images.
Questions tagged [3d-rendering]
78 questions
-1
votes
1 answer
binding multiple texture in OpenGL does not work correctly
I am tired of binding multiple textures
I have something weird when I have 2 textures or more, it's over each other
This problem happens when using GPU: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2
and openGL Version 4.6 like this:
but when using …

حسني محمد حسن
- 3
- 2
-1
votes
1 answer
What does "Cannot set property 'getStrokeStyle' of undefined" mean for a Three.js program?
I'm using SVGloader to load an SVG so I can map it on my OBJ file. But when gave it url to the svg file it generates an error
TypeError:Cannot set property 'getStrokeStyle' of undefined
I'm using Angular 8 and rendering a Obj file using THREE.js.…

Tayyab Arif
- 1
- 3
-1
votes
2 answers
About touch events for imported 3d model in NinevehGL framework
I am rotating a 3d model with this code:
_mesh = [[NGLMesh alloc] initWithFile:@"01.obj" settings:settings delegate:self];
-(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event{
[super touchesMoved:touches withEvent:event];
…

Sandeep
- 221
- 1
- 9