English 中文(简体)
我是如何在10月份绘制一份案文的?
原标题:How do I map a texture onto a Octahedron?
最佳回答

我不相信紫外线意味着什么,但犹豫不决的每一面都与地图的直截面区域相对应。 这将涉及紧张和压缩,但不涉及切割,也不涉及失踪地点。

首先是将地图分为两个侧面,即北方和南方。 现在,从北方到南方三次削减,将地图分为三个平坦。 左侧顶部有北美西部一半、北太平洋东部一半和夏威夷。 请绘制你描述的第一个三角地带的地图。

如果我们在从<条码>(0,0)(赤道太平洋中央)到<条码>(1,0)(有些靠近Equador)和<条码>(0,1)>(北波雷)到<条码>(北波雷)之间建立起一个协调框架,那么我们就可以将这一框架向中枢方向绘制如下:

(s,t) -> (1-t, (1-t)(2t-1), t)

这一点应当清楚,对于对方而言,如何。

问题回答

一种简单的方式来思考,就是不像你这样对待你的犹豫:

   /     /     /     /   
  /     /     /     /    
 /     /     /     /     
X------X------X------X------X
     /     /     /     / 
    /     /     /     /  
   /     /     /     /

那么,你只能绘制飞机上的位置图,以图标坐标。





相关问题
3D Engine for Driving Simulation [closed]

Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted at games that involve driving, or something more ...

How to rotate 3d object on Z axis only?

We used 3DTools (http://3dtools.codeplex.com) to draw a 3d line, it allows user rotate it by mouse. I have question, how to limit user can rotate it on Z axis only? or on X axis, Y axis only? <...

WPF 3d rotation animations

I have a few 3d rectangles on my screen that I want to pivot around the Y axis. I want to press down with the mouse, and rotate the 3d object to a max rotation, but when the user moves their mouse, ...

Java - Zoom / 3D Data Visualization Libraries

What are the best libraries/frameworks for doing 3D and/or Zoom interfaces in Java? I d like to be able to do some prototyping of creating new types of interfaces for navigating within data and ...

Using Unreal 3 Engine within a .NET application

Now that the Unreal Development Kit for Unreal 3 engine is free I am thinking about utilizing it for an appication. Do you think it is possible to emebedd a Unreal 3 powered 3D window into a .NET (WPF ...

WPF convert 2d mouse click into 3d space

I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...

热门标签