Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged 3d

0 votes
626 views
1 answer
    I have a 3D Matrix M(256x256x136) and each index(i,j,k) in M has a gray level value in it. I am ... for plotting points, not the values. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
593 views
1 answer
    In unity, i have a ship And i have also water: I want to make ship float on water, but(of course) what I ... run game, what I got instead is: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
494 views
1 answer
    I have a cube constructed using CSS. It's made of 6 faces and each face is transformed to form one face of the cube, ... "></div> </div> </div> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I have to write a wireframe 3D renderer in a big WPF app that does many things But WPF has no native ... this reliably? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    My data file is a set of (x,y,z) points located around the axis origin. They represent points where a kind ... how to achieve it with Gnuplot. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
578 views
1 answer
    Is quaternion rotation just a vector with X,Y,Z which the object will rotate towards, and a roll which turns the ... right, Y up and Z depth) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    Is quaternion rotation just a vector with X,Y,Z which the object will rotate towards, and a roll which turns the ... right, Y up and Z depth) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
464 views
1 answer
    I have a mesh in a form like this. with a list of indices representing each polygon at the end. I need to ... ). Thanks for any help! :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
676 views
1 answer
    I'm looking for an algorithm that determines the near and far intersection points between a line segment and an ... /short would be preferred. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
644 views
1 answer
    I have a problem which is twofold: How do I plot a toroidal surface in MATLAB, given a major radius R and ... appear smaller here, please do =) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
577 views
1 answer
    i store the position of an object in 3d space in a 4by4 transformation matrix. now in order to move ... special care about something? thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    Traditionally, in 3D projections, the Y-axis is the axis that represents "up and down". I learned to think of it, ... a diagram of what I want: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I am trying to get the 2D screen coordinates of a point in 3D space, i.e. I know the location of the ... help with this is greatly appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
446 views
1 answer
    What is the convention OpenGL follows for cubemaps? I followed this convention (found on a website) and used the ... | neg y | |________| See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
405 views
1 answer
    I want to plot a heart shape wireframe as shown in the following image (source): I have tried to make it by ... . How can I solve the problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
559 views
1 answer
    I'd like to get a list of all the uniforms & attribs used by a shader program object. ... enum is GL_ACTIVE_UNIFORMS & GL_ACTIVE_ATTRIBUTES. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    I am facing a problem with geometry flipping, I tried flipping using the negative scale technique but it fails. ... use Blender to achieve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    I am trying to find a solid method for being able to set exactly how many FPS I want my OpenGL application ... to limit fps to desired amount? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
456 views
1 answer
    Webkit's blog post from last year on 3D transforms explains the various transform 'functions' that can be used in ... () string, and how? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
639 views
1 answer
    Lets say I've a robotic arm with joints at points A,B,C,D in a 3D space. Let D be the end effector( ... doing wrong and how can I fix it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
755 views
1 answer
    I need to manipulate QML items through QMatrix4x4, in order to apply some perspective transformations. Basically, I ... Thanks for the help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    I want 3d cube transition change view or activity in android. I am searching google lot of ways but, ... transition between views or activities? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
519 views
1 answer
    I have a 3D pointcloud and I'd like to efficiently query all points within distance d from an arbitrary point ... the boundingbox of all points See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
489 views
1 answer
    is there a easy formula to calculate this? i've been working on some math but i can only find a way ... there some resources on this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    i am looking for an algorithm ( in pseudo code) that generates the 3d coordinates of a sphere mesh ... lateral slices should be configurable See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I am programming Starcraft 2 custom maps and got some proglems with math in 3D. Currently I am trying to create ... 3D stuff in the future). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
395 views
1 answer
    I writing small program in OpenGL, and I have problem ( textures are skew, and I dont know why, this model ... update, 0); glutMainLoop(); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
501 views
1 answer
    As seen in the image I draw set of contours (polygons) as GL_LINE_STRIP. Now I want to select curve(polygon) ... the ray is inside each polygon. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...