-
大小: 49KB文件類型: .rar金幣: 1下載: 0 次發布日期: 2021-01-07
- 語言: 其他
- 標簽: threejs??blender2.79??
資源簡介
Blender導出ThreeJs(.json)文件插件
適用于Blender2.79. 其他版本可能無法使用, 直接解壓后, 把文件放到Blender對應的目錄(Blender\2.79\scripts\addons)
代碼片段和文件信息
‘‘‘
All?constant?data?used?in?the?package?should?be?defined?here.
‘‘‘
from?collections?import?OrderedDict?as?base_DICT
BLENDING_TYPES?=?type(‘Blending‘?()?{
????‘NONE‘:?‘NoBlending‘
????‘NORMAL‘:?‘NormalBlending‘
????‘ADDITIVE‘:?‘AdditiveBlending‘
????‘SUBTRACTIVE‘:?‘SubtractiveBlending‘
????‘MULTIPLY‘:?‘MultiplyBlending‘
????‘CUSTOM‘:?‘CustomBlending‘
})
BLENDING_CONSTANTS?=?type(‘BlendingConstant‘?()?{
????‘NoBlending‘:0
????‘NormalBlending‘:1
????‘AdditiveBlending‘:2
????‘SubtractiveBlending‘:3
????‘MultiplyBlending‘:4
????‘CustomBlending‘:5
})
NEAREST_FILTERS?=?type(‘NearestFilters‘?()?{
????‘NEAREST‘:?‘NearestFilter‘
????‘MIP_MAP_NEAREST‘:?‘NearestMipMapNearestFilter‘
????‘MIP_MAP_LINEAR‘:?‘NearestMipMapLinearFilter‘
})
LINEAR_FILTERS?=?type(‘LinearFilters‘?()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......??????8385??2018-06-26?15:25??io_three\constants.py
????.......??????2487??2018-06-26?15:25??io_three\dialogs.py
????.......???????363??2018-06-26?15:25??io_three\exceptions.py
????.......?????18827??2018-06-26?15:25??io_three\exporter\api\animation.py
????.......??????2028??2018-06-26?15:25??io_three\exporter\api\camera.py
????.......???????389??2018-06-26?15:25??io_three\exporter\api\constants.py
????.......???????784??2018-06-26?15:25??io_three\exporter\api\image.py
????.......??????1461??2018-06-26?15:25??io_three\exporter\api\light.py
????.......??????8405??2018-06-26?15:25??io_three\exporter\api\material.py
????.......?????38488??2018-06-26?15:25??io_three\exporter\api\mesh.py
????.......?????19528??2018-06-26?15:25??io_three\exporter\api\ob
????.......??????3680??2018-06-26?15:25??io_three\exporter\api\texture.py
????.......??????1502??2018-06-26?15:25??io_three\exporter\api\__init__.py
????.......??????3264??2018-06-26?15:25??io_three\exporter\ba
????.......?????22783??2018-06-26?15:25??io_three\exporter\geometry.py
????.......??????1877??2018-06-26?15:25??io_three\exporter\image.py
????.......??????2907??2018-06-26?15:25??io_three\exporter\io.py
????.......??????4004??2018-06-26?15:25??io_three\exporter\material.py
????.......??????6762??2018-06-26?15:25??io_three\exporter\ob
????.......??????8383??2018-06-26?15:25??io_three\exporter\scene.py
????.......??????1407??2018-06-26?15:25??io_three\exporter\texture.py
????.......??????1043??2018-06-26?15:25??io_three\exporter\utilities.py
????.......??????6976??2018-06-26?15:25??io_three\exporter\_json.py
????.......??????2708??2018-06-26?15:25??io_three\exporter\__init__.py
????.......??????1589??2018-06-26?15:25??io_three\logger.py
????.......?????31990??2018-06-26?15:25??io_three\__init__.py
?????目錄??????????0??2018-06-26?15:25??io_three\exporter\api
?????目錄??????????0??2018-06-26?15:25??io_three\exporter
?????目錄??????????0??2018-06-26?15:25??io_three
?????文件????????144??2018-11-24?16:06??2.79使用說明.txt
............此處省略3個文件信息
- 上一篇:基于水平集的SAR圖像分割 源代碼
- 下一篇:web編程基礎試題及答案
評論
共有 條評論