Rajawali is a 3D engine for Android based on OpenGL ES 2.0

learn more… | top users | synonyms

0
votes
0answers
12 views

Blender 2.63 creating multiple actions for same object

in Blender 2.63 i want to create multiple animation actions for same object. But i don't want to merge them together how to do that? As i am trying to perform MD2 animation from Rajawali framework
0
votes
0answers
27 views

How to call canvas/bitmap in renderer Android Rajawali?

How would I call a canvas converted to bitmap within an opengl scene? Here is my bitmap class: public final class TextBitmap extends Plane { public TextBitmap(Context paramContext, float[] ...
0
votes
0answers
36 views

Problems With Rajawali Tutorial1 [closed]

I was performing first tutorial from Rajawali framework setup and sphere one and I have this last error in main activity. The error says constructor in undefined. How to resolve this one last error? ...
0
votes
2answers
88 views

rajawali and md2 animation files

my first question here. i try to use rajawali engine to render some md2 animation files. i truly new for this,and dont really know how to create my own md2 files. so i find some md2 files over the ...
0
votes
0answers
38 views

Exporting 3D animation to md2

I would like to export a simple 3D animation to .md2 with Blender but I'm having trouble. I tried using different versions of Blender and the exporter but I always get a file with just one frame. So I ...
1
vote
0answers
49 views

Unable to load texture on md2 model

I'm trying to use Rajawali framework to load a texture on md2 model. But I just can't get it done. It doesn't show any error but only some warnings. I'm not really sure whether it's my code issue or ...
0
votes
1answer
33 views

How to apply some sorting to OpenGL objects based on their Vertices in relation to camera

I'm having a whole lot of trouble with working with transparency in OpenGL. Currently I am working with the Rajawali library example 2000PlanesExample.java found here... ...
0
votes
1answer
229 views

Export blender md2 with multiple named animations

I have tried to search for a solution for a while but it seems mystery no one have face this issue. I want to export my animation built with Blender and try to export as multiple animations with name ...
0
votes
1answer
77 views

Textures are not displayed on the sphere for Samsung Galaxy SL

I am studying the Rajawali framework for Android. I tried their first basic tutorial which is as follows: public class RRenderer extends RajawaliRenderer { private DirectionalLight mLight; private ...
0
votes
1answer
102 views

Animated texture coordinates not working

I am struggling to learn GLSL ES so that I can offload a bunch of my animation from CPU to the GPU. My issue is with the creation of a simple animated shader that uses a sprite sheet. The shader does ...
0
votes
1answer
80 views

Will making too many transformations “onDrawFrame” create lag?

I am using the Rajawali framework to make OpenGL ES based live wallpapers. To achieve many of my animation effects I have created some functions that are called from the onDrawFrame method. These ...
0
votes
1answer
190 views

Errors when adding Rajawali Framework to project

I planned to test the OpenGL framework Rajawali. When I follow the tutorial on how to set it up I do the following: Create an Android project. Import the Rajawali source code. As soon as that is ...
5
votes
1answer
197 views

Android and Planet Rendering

I am learning how to do 3D development on android. I started with a simple rotating planet with some clouds. I have spent past 2 days trying to get atmospheric glow added to the planet. I looked ...
0
votes
2answers
338 views

Rajawali - load textures from model obj error

I'm trying to make an aplication that loads an 3d object. when i load this object (http://rgcouto.net/alexandre/COKE/fineObj/), all works fine. screenshot: ...
1
vote
1answer
783 views

Rotation around 3d object on touch using min3d/Rajawali framework (android)

I am working on an algorithm for rotating the camera around a 3D object using the Min3d/Rajawali framework. With my implementation, the rotation around axis X is not working properly. I think the ...
0
votes
1answer
158 views

Opengl ES reload shaders dynamically

I use Rajawali in android (3d opengl library). I am trying to reload material (start to use different shaders dynamicly) - but when I set new material (at runtime) to the object it disappear (after ...
3
votes
1answer
247 views

OpenGL shaders: move each vertex separatly

I am trying Rajawali library for Android to draw some basic 3d objects on the scene. There is a sample 2000planes, wich show how to render huge amount of vertex very cheap with one shader. Wa can pass ...
0
votes
1answer
261 views

passing modelview matrix and projection matrix values in android rendering

i am trying to render an animated model by using Min3d or Rajawali rendering frameworks for android,but even after getting the modelview matrix and projection matrix from QCAR i have no clue how to ...
0
votes
4answers
623 views

Live wallpaper settings not applying

I have added settings to my live wallpaper but they are not being applied when changed. I would greatly appreciate it if someone could tell me why my settings are not being applied when changed. Here ...
-1
votes
2answers
243 views

Error in running 3d images [closed]

I am developing an application using Rajawali, an opengl es 2 based android framework. When I create one sphere it's ok, but when i add one more sphere it is not running. Can any one help on this ? ...