OBJ format considerations

Source: Internet
Author: User

When using Adreno Profiler to analyze the implementation process of graphic effects, it is necessary to export the model involved in the special effects for a detailed view of multiple angles, and found that the function of Adreno Profiler export model has bugs, always error and generates a defective. obj file, which cannot be used.

So I had to copy and paste the vertex and index data from the Adreno Profiler, and then manually complete the format, make an. obj file, and then import 3dmax view. Since the model I'm analyzing now involves a few very simple patches, so let's do this for the time being.

It is important to note that the index values in the obj file start at 1 instead of starting from zero, so you need to add 1 to the index data copied from the Adreno Profiler when you manually make the. obj file.

Reference: http://www.cppblog.com/lovedday/archive/2008/06/13/53153.html

OBJ format considerations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.