3d max界面和建模等基础知识的讲解,喜欢的话可以下载下来瞧瞧学习学习。
2022-02-12 15:24:41 5.73MB 3d建模
1
pointtwise 2020是一个强大的计算流体动力学和3D建模程序,提供了一套专业工具,准确创建复杂的纹理和绘制高速3D模型。 这是一个强大而直接的工具,为您提供了最好的网格生产和流体动力学功能的3D模型。 该应用程序支持SolidWorks, CATIA,并在生产过程中提供高公差率。 它的组织良好,直观的界面和独特的性能提供了仪器和自由,以专注于在最短的时间内生产最高质量的网格。
2022-01-24 18:04:12 219.98MB 3d 云计算
Blender是一种3D建模软件,别看这是免费软件,但是它的设计和功能都是非常精湛的,在某些方面甚至不次于3DSMAX!Blender是一款免费软件,可以创建电视广告,使技术的可视化,业务图形,做一些变形,或设计用户界面。您可以轻松建立和管理复杂的环境。 有了Blender后,喜欢3D绘图的玩家们不用花大钱,也可以制作出自己喜爱的3D模型了。它不仅支持各种多边形画图,也能做出动画!倘若你觉得免费版的不够使用,还能注册C-key,购买更强大的版本。Blender虽然是免费版本,不过它的功能可是又强又复杂。 Blender支持3D modeling(模型)有polygon meshes?urves、NURBS 、tex以及metaballs;支持的动画有keyframes、motion curves、morphing、inverse kinematics。它也提供了画图particle system(粒子系统)、deformation lattices(变形栅格)与skeletons(骨架),以及3D可以任意角度观看的视野(3D view with animated rotoscoping)。其他值得注意的特点尚有field rendering(区域的描绘)、several lighting modes(光源的形式)、animation curves(运动曲线)等等。当然Blender也可以存取Targa, Jpeg, Iris, SGI movie, Amiga IFF等格式的文件。
2022-01-21 16:09:02 73.74MB 图形图像-3D图形类
1
这个软件是一个用于3D建模的重要软件,QT modeler是一个非常好用的软件,功能也很强大,但是寻找这个软件教程非常麻烦,所以我在此分享出来,供大家学习参考。
2022-01-16 21:30:10 7.09MB 3D建模
1
3d模型的科普讲座非常好
2022-01-16 14:05:16 2.64MB 3D 建模
1
几款吉普车的3D模型
2022-01-08 19:02:55 19.72MB 3Dmax 吉普车模型 3D建模
1
Grasshooper+Ghpython的入门教程,适合Grasshooper初学者和想使用python进行3D建模的童鞋
2022-01-06 16:39:26 32.89MB python ghpython grasshooper 3D建模
1
SLDPRT格式
2021-12-30 09:02:32 1017KB creo 3d建模
1
主程序: #include "gyro.h" #include "pid.h" #include "motor.h" #define dt 10 // in ms /* Object definitions and settings */ Gyro myGyro(dt); PIDControl pid(1.0,0,0.005,-255,255,dt); OmniMotorDriver omd; /* Deadzone definition. With a rotation of less than this value, * the robot will stand still */ double deadzone = 1.5; /* Buffers for timing, gyro data and PID outputs */ long lastMillis; double xAngle, yAngle; double xOut, yOut; /* Main setup call * Initializes Serial, the IMU and prepares the motor driver, * calbriates the IMU and enables the PID controller */ void setup() { pinMode(13, OUTPUT); Serial.begin(115200); if(!myGyro.init()) { while(1) { digitalWrite(13, HIGH); delay(1000); digitalWrite(13, LOW); delay(2000); } } myGyro.calibrate(); omd.init(); pid.enable(); } /* Main loop * The main loop connects all the libraries and classes together, * in that it describes the order of function calls that is necessary * for the function of the robot */ void loop() { /* Save the current point in time in lastMillis */ lastMillis = millis(); /* Get Data from Gyro */ myGyro.update(&xAngle, &yAngle); /* Compute PID Output with the data */ pid.compute(xAngle, yAngle, &xOut, &yOut); /* Plot Angle on Serial Plotter Serial.print(xAngle); Serial.print(" "); Serial.print(yAngle); Serial.println(" "); */ /* Plot Angle on Serial Plotter Serial.print(xOut); Serial.print(" "); Serial.println(yOut); */ /* If any calculated angle is larger than the deadzone */ if(abs(xAngle) > deadzone || abs(yAngle) > deadzone) { /* Actually drive the motors */ omd.drive(xOut, yOut); /* Otherwise, stop them */ } else omd.stop(); /* Wait until the next dt cycle * if processing took less than dt, wait for the remaining time, * otherwise wait for the next full cycle to start * This is needed for gyro and PID accuracy */ int pTime = millis() - lastMillis; int resttime = (dt > pTime
2021-12-14 18:04:26 66.38MB Arduino 球轮机器人 PID平衡 3D建模
开源软件,windows64,主页下载很慢,放这里。安装包很小的3D建模工具,适合初学、中级制作人士。blender-2.82-windows64.msi,132MB
2021-11-17 15:06:37 129.68MB 3D建模
1