实例介绍
快速实现模型LOD简化面生成的开发包,可以集成到任何编辑器中,这个版本已破解. The Simplygon SDK provides powerful methods to optimize 3d assets, which can easily be im- plemented and integrated into your 3d asset pipeline. At the very core, the optimization can be divided into two parts: Geometric optimization and 2d-material optimizati
【实例截图】
【核心代码】
27ae1349-e8fd-4381-89d9-dcb298aba792
└── SimplygonSDKV4x86
├── 4squares.obj
├── add.jpg
├── base.jpg
├── cube.obj
├── LicenseApplication.exe
├── License.dat
├── multi.obj
├── multiply.jpg
├── object.obj
├── Org
│ └── SimplygonSDKRuntimeReleaseWin32.dll
├── output25.obj
├── output50.obj
├── ReleaseNotes.txt
├── SimplygonAPIDocumentation.chm
├── SimplygonAPIExamplesOverview.pdf
├── SimplygonAPIUsersGuide.pdf
├── SimplygonGUI.exe
├── Simplygon_Installation_UserGuide.pdf
├── Simplygon_Max_Plugin.pdf
├── Simplygon_Maya_Plugin.pdf
├── SimplygonSDK
│ ├── ExamplesSource.exe
│ ├── MaxPluginsx86
│ │ ├── SimplygonMax2009ReleaseWin32.dlu
│ │ ├── SimplygonMax2010ReleaseWin32.dlu
│ │ ├── SimplygonMax2011ReleaseWin32.dlu
│ │ ├── SimplygonMax2012ReleaseWin32.dlu
│ │ └── SimplygonMax2013ReleaseWin32.dlu
│ ├── MayaPluginsx86
│ │ ├── SimplygonMaya2009ReleaseWin32.mll
│ │ ├── SimplygonMaya2010ReleaseWin32.mll
│ │ ├── SimplygonMaya2011ReleaseWin32.mll
│ │ ├── SimplygonMaya2012ReleaseWin32.mll
│ │ ├── SimplygonMaya2013ExtensionReleaseWin32.mll
│ │ └── SimplygonMaya2013ReleaseWin32.mll
│ └── SourceCode
│ ├── Assets
│ │ ├── 4squares.obj
│ │ ├── add.jpg
│ │ ├── base.jpg
│ │ ├── cube.obj
│ │ ├── multi.obj
│ │ ├── multiply.jpg
│ │ ├── object.obj
│ │ ├── stone.jpg
│ │ ├── subtract.jpg
│ │ ├── testmodel.obj
│ │ ├── testobject.obj
│ │ ├── wall.mtl
│ │ └── wall.obj
│ ├── Build
│ │ └── WavefrontExample
│ │ ├── WavefrontExampleReleaseWin32.exe
│ │ └── WavefrontExampleReleaseWin32.pdb
│ ├── Dependencies
│ │ ├── APIs
│ │ │ └── SimpleIni
│ │ │ ├── ConvertUTF.c
│ │ │ ├── ConvertUTF.h
│ │ │ └── SimpleIni.h
│ │ └── MSBuild
│ │ ├── MSBuildTaskExtensions.7z
│ │ ├── Win32
│ │ │ └── PlatformToolsets
│ │ │ ├── v100
│ │ │ │ ├── Microsoft.Cpp.Win32.v100.props
│ │ │ │ └── Microsoft.Cpp.Win32.v100.targets
│ │ │ ├── v80
│ │ │ │ ├── Microsoft.Cpp.Win32.v80.props
│ │ │ │ └── Microsoft.Cpp.Win32.v80.targets
│ │ │ └── v90
│ │ │ ├── Microsoft.Cpp.Win32.v90.props
│ │ │ └── Microsoft.Cpp.Win32.v90.targets
│ │ ├── Windows7SDK.7z
│ │ ├── WindowsVistaSDKVS2005SP1.7z
│ │ └── x64
│ │ └── PlatfromToolsets
│ │ ├── v100
│ │ │ ├── Microsoft.Cpp.x64.v100.props
│ │ │ └── Microsoft.Cpp.x64.v100.targets
│ │ ├── v80
│ │ │ ├── Microsoft.Cpp.X64.v80.props
│ │ │ └── Microsoft.Cpp.x64.v80.targets
│ │ └── v90
│ │ ├── Microsoft.Cpp.X64.v90.props
│ │ └── Microsoft.Cpp.x64.v90.targets
│ ├── Examples.sln
│ ├── Intermediate
│ │ └── WavefrontExample
│ │ ├── CL.1448.read.1.tlog
│ │ ├── CL.1448.write.1.tlog
│ │ ├── CL.2736.read.1.tlog
│ │ ├── CL.2736.write.1.tlog
│ │ ├── CL.3356.read.1.tlog
│ │ ├── CL.3356.write.1.tlog
│ │ ├── CL.3924.read.1.tlog
│ │ ├── CL.3924.write.1.tlog
│ │ ├── CL.4724.read.1.tlog
│ │ ├── CL.4724.write.1.tlog
│ │ ├── CL.5084.read.1.tlog
│ │ ├── CL.5084.write.1.tlog
│ │ ├── CL.5088.read.1.tlog
│ │ ├── CL.5088.write.1.tlog
│ │ ├── CL.5196.read.1.tlog
│ │ ├── CL.5196.write.1.tlog
│ │ ├── cl.command.1.tlog
│ │ ├── CL.read.1.tlog
│ │ ├── cl.write.1.tlog
│ │ ├── Example.obj
│ │ ├── link.command.1.tlog
│ │ ├── link.read.1.tlog
│ │ ├── link.write.1.tlog
│ │ ├── mt.command.1.tlog
│ │ ├── mt.read.1.tlog
│ │ ├── mt.write.1.tlog
│ │ ├── OBJReader.obj
│ │ ├── SimplygonSDKLoader.obj
│ │ ├── vc100.pdb
│ │ ├── WavefrontExample.lastbuildstate
│ │ ├── WavefrontExample.log
│ │ ├── WavefrontExample.obj
│ │ ├── WavefrontExampleReleaseWin32.Build.CppClean.log
│ │ └── WavefrontExampleReleaseWin32.exe.intermediate.manifest
│ ├── PluginsVS2010.sln
│ ├── Projects
│ │ └── Windows
│ │ ├── BoneReductionExample.vcxproj
│ │ ├── CastingWithTextureBlendExample.vcxproj
│ │ ├── GeometryExample.vcxproj
│ │ ├── GeometryGroupingExample.vcxproj
│ │ ├── GeometryValidityTestingExample.vcxproj
│ │ ├── MaterialCastingExample.vcxproj
│ │ ├── Max2008.vcxproj
│ │ ├── Max2009.vcxproj
│ │ ├── Max2010.vcxproj
│ │ ├── Max2011.vcxproj
│ │ ├── Max2012.vcxproj
│ │ ├── Max2013.vcxproj
│ │ ├── MultithreadingExample.vcxproj
│ │ ├── PackedGeometryExample.vcxproj
│ │ ├── QualityRendererExample.vcxproj
│ │ ├── ReductionExample.vcxproj
│ │ ├── RemeshingExample.vcxproj
│ │ ├── SceneDataExample.vcxproj
│ │ ├── SimplygonMaxSDKLoader.vcxproj
│ │ ├── SimplygonMaya2008.vcxproj
│ │ ├── SimplygonMaya2009.vcxproj
│ │ ├── SimplygonMaya2010.vcxproj
│ │ ├── SimplygonMaya2011.vcxproj
│ │ ├── SimplygonMaya2012.vcxproj
│ │ ├── SimplygonMaya2013_5.vcxproj
│ │ ├── SimplygonMaya2013.vcxproj
│ │ ├── VertexDataExample.vcxproj
│ │ ├── VertexWeightExample.vcxproj
│ │ ├── WavefrontExample.sln
│ │ ├── WavefrontExample.suo
│ │ ├── WavefrontExample.vcxproj
│ │ └── WavefrontExample.vcxproj.user
│ └── Src
│ ├── Common
│ │ ├── AABB.cpp
│ │ ├── AABB.h
│ │ ├── BatchProcessSpawner.cpp
│ │ ├── BatchProcessSpawner.h
│ │ ├── BatchSettings.cpp
│ │ ├── BatchSettings.h
│ │ ├── BMPHeader.cpp
│ │ ├── BMPHeader.h
│ │ ├── BoundingSphere.cpp
│ │ ├── BoundingSphere.h
│ │ ├── Camera.cpp
│ │ ├── Camera.h
│ │ ├── ConvexHull.h
│ │ ├── DataChannel.cpp
│ │ ├── DataChannel.h
│ │ ├── Eigen.h
│ │ ├── Enums.h
│ │ ├── Example.cpp
│ │ ├── Example.h
│ │ ├── IndexArrayHandler.h
│ │ ├── MathBase.cpp
│ │ ├── MathBase.h
│ │ ├── Matrix2x2.cpp
│ │ ├── Matrix2x2.h
│ │ ├── Matrix3x3.cpp
│ │ ├── Matrix3x3.h
│ │ ├── Matrix4x4.cpp
│ │ ├── Matrix4x4.h
│ │ ├── MatrixN.h
│ │ ├── OBB2D.h
│ │ ├── OBJReader.cpp
│ │ ├── OBJReader.h
│ │ ├── Plane.cpp
│ │ ├── Plane.h
│ │ ├── qsort.cpp
│ │ ├── qsort.h
│ │ ├── Ray.cpp
│ │ ├── Ray.h
│ │ ├── Segment.cpp
│ │ ├── Segment.h
│ │ ├── SGProcessSpawner.cpp
│ │ ├── SGProcessSpawner.h
│ │ ├── SimplygonSettings.cpp
│ │ ├── SimplygonSettings.h
│ │ ├── Sphere.cpp
│ │ ├── Sphere.h
│ │ ├── Testing.cpp
│ │ ├── Testing.h
│ │ ├── Triangle2D.cpp
│ │ ├── Triangle2D.h
│ │ ├── Triangle3D.cpp
│ │ ├── Triangle3D.h
│ │ ├── tri_tri_intersect.h
│ │ ├── tritri_isectline.h
│ │ ├── Vector2D.h
│ │ ├── Vector3D.h
│ │ ├── Vector4D.h
│ │ ├── Vector.h
│ │ ├── VectorN.h
│ │ ├── WorkDirectoryHandler.cpp
│ │ ├── WorkDirectoryHandler.h
│ │ ├── XUnzip.cpp
│ │ ├── XUnzip.h
│ │ ├── XZip.cpp
│ │ └── XZip.h
│ ├── Examples
│ │ ├── BoneReductionExample
│ │ │ └── BoneReductionExample.cpp
│ │ ├── CastingWithTextureBlendExample
│ │ │ └── CastingWithTextureBlendExample.cpp
│ │ ├── GeometryExample
│ │ │ └── GeometryExample.cpp
│ │ ├── GeometryGroupingExample
│ │ │ └── GeometryGroupingExample.cpp
│ │ ├── GeometryValidityTestingExample
│ │ │ └── GeometryValidityTestingExample.cpp
│ │ ├── MaterialCastingExample
│ │ │ ├── BMPheader.h
│ │ │ └── MaterialCastingExample.cpp
│ │ ├── MultithreadingExample
│ │ │ └── MultithreadingExample.cpp
│ │ ├── PackedGeometryExample
│ │ │ └── PackedGeometryExample.cpp
│ │ ├── QualityRendererExample
│ │ │ └── QualityRendererExample.cpp
│ │ ├── ReductionExample
│ │ │ └── ReductionExample.cpp
│ │ ├── RemeshingExample
│ │ │ └── RemeshingExample.cpp
│ │ ├── SceneDataExample
│ │ │ └── SceneDataExample.cpp
│ │ ├── VertexDataExample
│ │ │ └── VertexDataExample.cpp
│ │ ├── VertexWeightExample
│ │ │ └── VertexWeightExample.cpp
│ │ └── WavefrontExample
│ │ └── WavefrontExample.cpp
│ ├── Max
│ │ ├── CheckBox.cpp
│ │ ├── CheckBox.h
│ │ ├── DllEntry.cpp
│ │ ├── MaxMaterialNode.h
│ │ ├── NormalCalculator.cpp
│ │ ├── NormalCalculator.h
│ │ ├── Panel.cpp
│ │ ├── PanelCtrl.cpp
│ │ ├── PanelCtrl.h
│ │ ├── Panel.h
│ │ ├── PCH.cpp
│ │ ├── PCH.h
│ │ ├── ReducerPanel.cpp
│ │ ├── ReducerPanel.h
│ │ ├── resource.h
│ │ ├── Simplygon.ico
│ │ ├── SimplygonMax.cpp
│ │ ├── SimplygonMax.def
│ │ ├── SimplygonMax.h
│ │ ├── SimplygonMaxPerVertexData.cpp
│ │ ├── SimplygonMaxPerVertexData.h
│ │ ├── SimplygonMax.rc
│ │ ├── SimplygonMaxScriptFuncs.cpp
│ │ ├── SimplygonMaxUtility.cpp
│ │ ├── SimplygonMaxUtility.h
│ │ ├── SpinnerEdit.cpp
│ │ └── SpinnerEdit.h
│ ├── Maya
│ │ ├── BlindData.cpp
│ │ ├── BlindData.h
│ │ ├── MaterialNode.cpp
│ │ ├── MaterialNode.h
│ │ ├── PCH.cpp
│ │ ├── PCH.h
│ │ ├── pluginMain.cpp
│ │ ├── ProxyMeshLOD.cpp
│ │ ├── ProxyMeshLOD.h
│ │ ├── RunCommonDLL.cpp
│ │ ├── Scene.cpp
│ │ ├── Scene.h
│ │ ├── shl.cpp
│ │ ├── SimplygonCmd.cpp
│ │ ├── SimplygonCmd.h
│ │ ├── SimplygonMaya.rc
│ │ ├── TriMeshNode.cpp
│ │ └── TriMeshNode.h
│ └── Simplygon
│ ├── SimplygonSDK.h
│ ├── SimplygonSDKLoader.cpp
│ └── SimplygonSDKLoader.h
├── SimplygonSDKBatchReleaseWin32.exe
├── SimplygonSDK.h
├── SimplygonSDKLoader.cpp
├── SimplygonSDKLoader.h
├── SimplygonSDKRuntimeReleaseWin32Bak.dll
├── SimplygonSDKRuntimeReleaseWin32.dll
├── SimplygonSDKRuntimeReleaseWin32.id0
├── SimplygonSDKRuntimeReleaseWin32.id1
├── SimplygonSDKRuntimeReleaseWin32.idb
├── SimplygonSDKRuntimeReleaseWin32.nam
├── SimplygonSDKRuntimeReleaseWin32_Step.dll
├── SimplygonSDKRuntimeReleaseWin32.til
├── stone.jpg
├── subtract.jpg
├── testfile.dae
├── testmodel.obj
├── testobject.obj
├── urlhelper.exe
├── wall.mtl
├── wall.obj
├── WavefrontExampleReleaseWin32.exe
└── WavefrontExampleReleaseWin32.pdb
48 directories, 284 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论