
Shader Devel and 3D Viewer
Ứng dụng để phát triển và kiểm tra các shader GLSL và xem các mô hình 3D trên điện thoại di động của bạn
Thông Tin Ứng Dụng
Mô Tả Ứng Dụng
Phân Tích Và Đánh Giá Ứng Dụng Android: Shader Devel and 3D Viewer, Được Phát Triển Bởi Jesus Oliver. Được Liệt Kê Trong Danh Mục Công Cụ. Phiên Bản Hiện Tại Là 0.9.17, Được Cập Nhật Vào Ngày 16/08/2013 . Theo Đánh Giá Của Người Dùng Trên Google Play: Shader Devel and 3D Viewer. Đạt Được Hơn 10 Ngàn Cài Đặt. Shader Devel and 3D Viewer Hiện Có Đánh Giá 109, Xếp Hạng Trung Bình 4.1 Sao
"Shader Devel and 3D Viewer" is an application aimed to develop and test OpenGL shaders and view 3D models directly on your mobile phone.Please note that if your device doesn't support OpenGL ES 2.0 or better this application will render the content using the fixed pipeline of OpenGL ES 1.0.
Features:
- Fixed pipeline rendering or shader rendering depending on hardware support (OpenGL ES 1.0 or 2.0).
- Vertex and fragment shader editing, loading, saving and compiling.
- Show compilation log.
- Wavefront obj format importer (non triangle meshes are automatically triangulated). It is hardly recommended to have the normal information in the obj files as it is not automatically calculated.
- Scene management: Perspective/Orthogonal projection, autorotate camera, backface culling and clear color.
- Lighting management: enabled/disabled, position, ambient, diffuse and specular up to four lights.
- Material management: ambient, diffuse, specular, emission and up to six textures.
- Uniform management being able to set data to uniforms of the following types: bool, int, float, vec2, vec3 and vec4.
- The user can hide the tools panel to get a bigger (and more confortable) render of the model.
- The model is centered in the scene.
- Generates an association to obj files to be able to open them directly from an e-amil attachment or a file browser (using the mimetype "application/x-tgif").
"Shader Devel and 3D Viewer" searches for data in the following paths of your external storage:
- /ShaderDevel/objects -> 3D models with "obj" extension.
- /ShaderDevel/textures -> image files to use as texture.
- /ShaderDevel/shaders -> text shader files with "vert" extension for vertex shaders and "frag" for fragment shaders. This path is also used to save the shaders.
It is recommended to read carefully the samples, specially "lighting" sample to understand the default attributes (position, normal and texture coordinates) and uniforms (such as projection, modelview and normal matrices, lighting and material information) passed to the shader.
This application requests the following permissions:
- External storage access for reading data and writing the shaders developed within.
- Internet access to download the ads. If you like this software, please consider clicking on the ads to support it.
This software has been tested on Toshiba folio 100 and Samsung Galaxy S (OpenGL ES 2.0) and HTC tattoo with CyanogenMod 7 (ginger based with openGL 1.1).
If you have any problem loading your obj model in the application, don't hesitate sending me an e-mail with you obj file attached to be able to debug it. Also feel free to send me any question, request or wishlist about this application to my e-mail.
Chúng Tôi Hiện Đang Cung Cấp Phiên Bản 0.9.17. Đây Là Phiên Bản Mới Nhất, Được Tối Ưu Hóa Nhất Của Chúng Tôi. Nó Phù Hợp Cho Nhiều Thiết Bị Khác Nhau. Tải Xuống Miễn Phí Apk Trực Tiếp Từ Cửa Hàng Google Play Hoặc Các Phiên Bản Khác Mà Chúng Tôi Lưu Trữ. Hơn Nữa, Bạn Có Thể Tải Xuống Mà Không Cần Đăng Ký Và Không Cần Đăng Nhập.
Chúng Tôi Có Nhiều Thiết Bị Có Sẵn 2000+ Cho Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... Với Rất Nhiều Tùy Chọn, Bạn Dễ Dàng Chọn Các Trò Chơi Hoặc Phần Mềm Phù Hợp Với Thiết Bị Của Bạn.
Nó Có Thể Có Ích Nếu Có Bất Kỳ Hạn Chế Quốc Gia Hoặc Bất Kỳ Hạn Chế Nào Từ Phía Thiết Bị Của Bạn Trên Google App Store.
Những Gì Mới
- Solved an obj parser bug (files using comma instead of dots where not correctly parsed). Thanks to everyone who reported this problem
- solved some minor "force close" bugs when loading modelos