Picking is the process of finding objects in your scene based on user input. Most commonly, you want to determine what object a user has clicked with his mouse. The 2D mouse coordinates serve as a reference on the view port to identify the projected objected that has been clicked. A similar scenario is a first person shooter, where the gun is basically the picking pointer. If you shoot the gun, the trajectory of the bullet is traced through the scene and collisions are detected, similar to a laser pointer shooting a ray through a scene until it hits an object and marks it with a small red dot.
2023-02-22 14:15:37 3.75MB 图形可视化
1
Design Compiler Workshop中实验部分配套的资料,非常实用
2023-02-22 10:17:27 33.06MB Design Compiler Workshop 配套资源
1
表结构设计,即所谓的数据建模,目前大家常用的同类著名工具有PowerDesigner、ERWIN、ER-Studio和Rational-Rose等,本工具无论是功能还是界面都无法跟它们比较,但本工具的好处是简单、快速、免费,有一些特有的功能.可生成java类
2023-02-22 09:50:13 3.9MB EZDML 建模
1
Operating Systems: Internals and Design Principles provides a comprehensive and unified introduction to operating systems topics. Stallings emphasizes both design issues and fundamental principles in contemporary systems and gives readers a solid understanding of the key structures and mechanisms of operating systems. He discusses design trade-offs and the practical decisions affecting design, performance and security. The book illustrates and reinforces design concepts and ties them to real-world design choices through the use of case studies in UNIX and Windows.
2023-02-22 09:30:32 6.76MB Operating Systems
1
threejs操作glb,gltf格式3D模型案例,包含点击部位高亮操作,控件提示等,也可直接引入到vue项目中使用
2023-02-22 07:17:29 3.74MB threejs glb三维
1
Unity实现内嵌网页插件,支持3d模式 包含2个插件, 3D_WebView_For_iOS_Android4.2.2和3D_WebView_For_Mac_Windows4.2
2023-02-22 02:35:09 374.45MB 3D_WebView WebView unity 3D
1
在本文中,我描述了如何在JavaScript和WebGL中实现3D细分曲面建模应用程序。
2023-02-22 00:06:02 19.58MB HTML5 Javascript GLSL Canvas
1
本篇文章主要介绍了three.js实现3D模型展示的示例代码,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
2023-02-21 22:31:57 71KB three.js 3D模型展示
1
Zea引擎 介绍 Zea Engine是基于Web的3D渲染解决方案,专为CAD和专业图形设计,为下一代Web应用程序提供了一流的功能,速度和覆盖范围。 适用于需要构建Web应用程序的创新制造商和工业4.0支持者的3D JavaScript库。 力量 设计时考虑了最高要求,为开发人员提供了一套工具,以应对现代专业图形应用程序开发中的最严峻挑战。 Zea Engine通过专注于功能和性能来突破开发人员可以在浏览器中实现的功能的极限。 多功能性 没有单一的解决方案可以立即解决所有问题。 因此,Zea Engine使用模块化架构,使开发人员能够集成新功能。 Zea保留了核心功能,同时允许Zea构建强大的扩展程序,以扩展引擎的范围,或者由希望开发特定解决方案的第三方构建。 抵达 利用Web浏览器的应用程序已在所有现代设备上提供。 这些Web应用程序提供了无摩擦且直接的方式来交付内容,而无需用户安
2023-02-21 16:51:36 31.48MB zea-engine HTML
1
关于glTF-Loader glTF加载程序可将glTF,glTF Binary和glTF Drako文件加载到Zea Engine中。 该加载程序主要基于Khronos Group的参考glTF加载实现,并且已集成为Zea Engine的插件。 因此,对代码进行了修改,使其与Zea Engine背后的一些设计目标保持一致。 注意:glTF Loader插件不支持glTF中可用的所有各种高级材料配置。 目前不支持光泽,透明涂层等功能,因为这些功能首先需要由引擎支持。 入门 我们建议的克隆此模板的方法是使用项目棚架工具 。 在您HTML页面中,在引擎脚本标签之后,添加脚本标签以加载Draco解码器(仅对于Draco支持是必需的)和gltf-loader插件。 < script src =" https://cdn.jsdelivr.net/npm/@zeainc/zea-eng
2023-02-21 16:46:41 3.83MB gltf-loader zea-engine JavaScript
1