📄 faq.html
字号:
<html><title>MeshMaker Manual</title><body bgcolor="#ffffff"><link href="doxygen.css" rel="stylesheet" type="text/css">
<center>
User manual:
<a class="qindex" href="index.html">Main Page</a>
<a class="qindex" href="overview.html">Overview</a>
<a class="qindex" href="install.html">Installation</a>
<a class="qindex" href="user_interface.html">User Interface</a>
<a class="qindex" href="tutorial.html">Tutorial</a>
<a class="qindex" href="example.html">Example</a>
<a class="qindex" href="faq.html">FAQ</a>
<a class="qindex" href="updates.html">Version Updates</a><br>
Reference manual:
<a class="qindex" href="annotated.html">Class List</a>
<a class="qindex" href="functions.html">Class Members</a>
<a class="qindex" href="files.html">Header Files</a>
<a class="qindex" href="globals.html">Globals, enums and defines</a>
<hr>
</center>
<!-- Generated by Doxygen 1.3-rc3 -->
<h1><a name="faq">MeshMaker Frequently Asked Question</a>
</h1><ul>
<li>Q: I started a new model using <a class="el" href="classMesh.html#z9_3">Mesh::startNewModel</a>, and added vertices and faces, but they don't show up. Why?<br>
A: When you start a new model, you should also call <a class="el" href="classRenderer.html#z21_15">Renderer::setAutoScale</a> to make the model automatically rescale itself according to to the changes in the geometry.</li></ul>
<p>
<ul>
<li>Q: Sometimes I call some MeshMaker functions from my code (for example, the pick functions), and the program seems to be stuck. Why is that?<br>
A: For some of the the API functions you need to be in a seperate thread from the main thread, otherwise there are synchronization problems. For your code it's preferable that you start a new thread, using startNewThread, and put your code in there. More details can be found in the <a class="el" href="tutorial.html">MeshMaker Tutorial</a> , under the section <a class="el" href="tutorial.html#s5">Step 5: Writing the function</a> .</li></ul>
<hr>
<center>
This software library was written by Roni Raab, ronir@cs.technion.ac.il.<br>
Last updated on February 2003.<br>
This software is for academic and research use only.</center>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -