Oh server fans, jet sounds, nice...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
box.setTexture("transp");
box.setTransparency(500);
box.setShadingMode(Object3D.SHADING_FAKED_FLAT);
box.align(cam);
box.strip();
box.build();
Quote from: EgonOlsen on June 24, 2011, 08:41:11 AMI mean what getPixels(); method to slow, for example, for a taking snapshot in real game process, or smth like that.
Too slow for what?
Quote from: EgonOlsen on June 22, 2011, 06:05:34 PMGood, but it's to slow method, as i saw it in API description of this method.
Have a look here: http://www.jpct.net/forum2/index.php/topic,2088.0.html
Quote from: EgonOlsen on June 18, 2011, 09:16:25 PMThank you!
If you want different textures, use a method that supports this...like: http://www.jpct.net/doc/com/threed/jpct/Object3D.html#addTriangle(com.threed.jpct.SimpleVector, float, float, com.threed.jpct.SimpleVector, float, float, com.threed.jpct.SimpleVector, float, float, int)
If the texture isn't placed correctly, switch the texture coordinates for these faces. As said, i advise you to learn something about uv-mapping to understand what these 0s and 1s actually mean.
Page created in 0.031 seconds with 10 queries.