Method | Description | |
---|---|---|
LoadFormFile ( string modelFilePath, string texturePath ) : void |
从本地文件中加载一个.obj模型
|
|
LoadFormWWW ( string modelFilePath, string textureFilePath ) : void |
从网络加载一个.obj模型
|
|
Start ( ) : void |
public LoadFormFile ( string modelFilePath, string texturePath ) : void | ||
modelFilePath | string | 模型文件路径 |
texturePath | string | 贴图文件路径 |
return | void |
public LoadFormWWW ( string modelFilePath, string textureFilePath ) : void | ||
modelFilePath | string | |
textureFilePath | string | |
return | void |