公告版位
需要找什麼嗎? 左邊分類或許可以幫助你...


import java.io.BufferedReader;
import java.io.File;
import java.io.InputStream;
import java.io.InputStreamReader;

public class MainClass {

    public static void main(String[] args) throws Exception {
    String runPath = "C:/test/";
    String encode = "big5";
    String className = "TestClass";

黃彥霖 發表在 痞客邦 留言(0) 人氣()


using UnityEngine
using System.Collections
public class Test : MonoBehaviour { 

    void Start () { 
        string objPath = "file:///Users/Loli/Desktop/untitled.obj";
        string imgPath = "file:///Users/Loli/Desktop/untitled.png";
        ObjReaderInSence obj = new ObjReaderInSence();
        StartCoroutine(obj.SomeFunction(objPathimgPath));

黃彥霖 發表在 痞客邦 留言(0) 人氣()

執行結果:

GetCheckImage
程式碼:

import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import java.io.*;

黃彥霖 發表在 痞客邦 留言(0) 人氣()

Android 版本可以參考這篇: http://lolikitty.pixnet.net/blog/post/187372167

1. 打開後為一片空白,我們點選左上角的按鈕

IMG_0026

2. 這時他會跳出選擇本地圖片還是照相機,這時我們選擇本地圖片

IMG_0027

黃彥霖 發表在 痞客邦 留言(0) 人氣()

 

索引 參數 說明
#    註解
v    頂點 (vertex)
vt    貼圖座標
vn    法線
f  頂點索引/UV點索引/法線索引  面
s    光滑組
usemtl    使用的材質
g    群組
     




黃彥霖 發表在 痞客邦 留言(0) 人氣()