随笔分类 - 3DMax
摘要:void TeslaManage::OnlineTreeViewDoubleClick(const QModelIndex & index) { int row = index.row(); qDebug() index(0, 0).child(row, 0).data().toString(); if (root != NULL) { osg...
阅读全文
摘要:[0]osg::Group [1]osg::MatrixTransform [1] osg::MatrixTransform [1]osg::MatrixTransform [2] osg::Geode [3]osg::Geometry [3]osg::Geometry [3] osg::Geome
阅读全文
摘要:1、首先制作图片,需要把图片用Ps制作成psd格式,制作6张 2、把6个psd文件导入工程目录 Assets下, 3、在project属性列表中选中Assets,单击鼠标右键选择 Create —> Material,即可在项目中创建一个材质 4、选中该材质,在属性查看其中修改其渲染模式为Skybo
阅读全文
摘要:/** 代码区 **/ import java.applet.Applet;import java.awt.BorderLayout;import java.awt.GraphicsConfiguration;import java.awt.event.MouseEvent;import java.
阅读全文