.obj
What types of geometry definition file format is best used with ray tracing to include the type of material
I wanted to use .obj format, but I noticed that it doesn\'t have representation for the type of material, i.e. opaque, transparent, reflective. Is there a common file format that includes that informa[详细]
2023-01-29 14:36 分类:问答Textures in Opengl ES 2 not working properly
I\'m working with Opengl ES 2 on iphone and right now I am trying to get my textures working on my objects. I\'m using .obj files and all the data in them are correct. I have written a parser myself t[详细]
2023-01-28 13:06 分类:问答How do faces in .obj work?
When parsing an .obj-file, with vertices and vertex-faces, it is easy to pass the vertices to the shader and the use glDrawElements using the vertex-faces.[详细]
2023-01-27 16:51 分类:问答Creating .obj files in Java
is there a Java library in existence for creating .obj files. There are many for loading .obj files for use with APIs like JOGL but I can\'t find anything to开发者_StackOverflow中文版 do with creating[详细]
2023-01-24 12:16 分类:问答Parsing .obj files: How to do materials/textures?
I\'m new to OpenGL. I\'m playing around with it using JOGL. I\'m using this model. I am successfully rendering it to the window. However, I would like to apply textures/materials. I\'m not entirely s[详细]
2023-01-16 09:59 分类:问答Using OpenGL vertex buffers in C++
I\'ve lo开发者_如何学编程aded a Wavefront .obj file and drawn it in immediate mode, and it works fine.[详细]
2023-01-03 03:53 分类:问答3D Texture mapping
In an .obj, file it is possible to specif开发者_开发技巧y 3 values for a vt line. vt 0.769645 0.729072 0.00000000[详细]
2022-12-26 23:21 分类:问答Generate header of view .obj file
Is there a way to generate a c++ header file for an .obj file? Or perhaps is there an utility that can view .obj files. I\'ve already found objconv that converts between formats, but I can\'开发者_开发[详细]
2022-12-25 11:10 分类:问答Linking C .obj files into Delphi application, resolving standard C dependencies
I compiled libxml2 with BCC 5.5 command line compiler, now I have lots of .obj files which I\'d like to link into my Delphi application. Unfortunately, I get lots of \"Unsatisfied forward or external[详细]
2022-12-14 18:36 分类:问答