书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 20473 个相关结果.
  • 3D导航菜单

    3D导航菜单 激活 界面 3D 导航菜单 平移缩放旋转 轨道 3D导航菜单 这个自定义菜单是虚拟数字键盘区模拟器的一部分,并且是用户的视角导航工具. 激活 打开Blender,打开用户偏好设置下的插件栏。 选择3D视图分类,勾选3D Navigation启用此脚本。 界面 位于 3D 视图‣ 侧栏 ‣ 视图标签页 这个插...
  • 八、 3D 绘图

    八、 3D 绘图 八、 3D 绘图 3D绘图与2D绘图的调用方法几乎相同,除了增加一个 projection='3d' 的关键字参数。 import matplotlib . pyplot as plt from mpl_toolkits . mplot3d import Axes3D fig = p...
  • 基础 3D 物体

    基础 3D 物体 创建基础 3D 物体 通过脚本创建 通过编辑器创建 创建长方体 创建胶囊体 创建圆锥体 创建圆柱体 创建平面 创建球体 创建圆环 创建面片 基础 3D 物体 Cocos Creator 可以导入由大部分 3D 模型制作软件生成的模型文件,也可以直接在 Creator 中创建一些常见的基础 3D 物体,比如长方体...
  • 3D填充图

    3D填充图 使用 shape size color style 3D填充图 使用 import { PolygonLayer } from '@antv/l7' ; const layer = new PolygonLayer (); shape 3D Polygon 将多边形沿Z轴...
  • 1.4.4.11 3D绘图

    1.4.4.11 3D绘图 1.4.4.11 3D绘图 提示: 你需要使用contourf 从下面的代码开始,试着重新生成这个图片。 from mpl_toolkits . mplot3d import Axes3D fig = pl . figure () ax = Axes3D ( fig ) X ...
  • Collision shapes (3D)

    Collision shapes (3D) Primitive collision shapes Convex collision shapes Concave or trimesh collision shapes Performance caveats Collision shapes (3D) This guide explains: ...
  • Optimizing 3D performance

    Optimizing 3D performance Culling Occlusion culling Transparent objects Level of detail (LOD) Billboards and imposters Use instancing (MultiMesh) Bake lighting Animation and...
  • 3D rendering limitations

    3D rendering limitations Introduction Texture size limits Color banding Depth buffer precision Transparency sorting Multi-sample antialiasing 3D rendering limitations Int...
  • 使用 3D 变换

    使用 3D 变换 前言 欧拉角的问题 轴顺序 插值 对欧拉角说不 变换的介绍 操作变换 精度误差 获取信息 设置信息 用四元数插值 变换是你的朋友 使用 3D 变换 前言 如果你以前从未制作过3D游戏, 那么一开始在三维环境中进行旋转可能会让人感到困惑. 从2D来的人, 自然的思维方式就是类似于 “噢, 它就像2D旋转一样, ...
  • Exporting 3D scenes

    Exporting 3D scenes Overview Limitations Exporting 3D scenes Overview In Godot, it is possible to export 3D scenes as a glTF 2.0 file. You can export as a glTF binary (.glb ...