Android Open Source - Graphics renderer fatrock






Project Summary

my 3d software renderer.

Web Site / Source Repository

fatrock is hosted in the following web site
https://github.com/angelleecash/fatrock

If you think the Android project fatrock listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of fatrock.

ItemValue
Java File Count37
Target SDK Version15
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE
Raw File Namesres\raw\rain.jpg
res\raw\wood.jpg
res\raw\wood2.png




Java Source Files

fatrock has the following Java source files.

info.chenliang.debug.Assert.java
info.chenliang.ds.Bounds.java
info.chenliang.ds.Line2d.java
info.chenliang.ds.Line3d.java
info.chenliang.ds.Matrix3x3.java
info.chenliang.ds.Matrix4x4.java
info.chenliang.ds.Precision.java
info.chenliang.ds.Rect.java
info.chenliang.ds.Vector2d.java
info.chenliang.ds.Vector3d.java
info.chenliang.ds.Vector4d.java
info.chenliang.fatrock.Camera.java
info.chenliang.fatrock.CubeSceneObject.java
info.chenliang.fatrock.DirectionLight.java
info.chenliang.fatrock.DotLight.java
info.chenliang.fatrock.DynamicZBuffer.java
info.chenliang.fatrock.FixedSizeZBuffer.java
info.chenliang.fatrock.Light.java
info.chenliang.fatrock.Material.java
info.chenliang.fatrock.Mesh.java
info.chenliang.fatrock.PixelRenderer.java
info.chenliang.fatrock.Plane3d.java
info.chenliang.fatrock.SceneObject.java
info.chenliang.fatrock.SpecularLight.java
info.chenliang.fatrock.Texture.java
info.chenliang.fatrock.Triangle.java
info.chenliang.fatrock.Vertex3d.java
info.chenliang.fatrock.ViewFrustum.java
info.chenliang.fatrock.ZBuffer.java
info.chenliang.fatrock.ZBufferComparer.java
info.chenliang.fatrock.ZBufferComparerGreaterThan.java
info.chenliang.fatrock.ZBufferComparerLessThan.java
info.chenliang.fatrock.showcase.FatRockActivity.java
info.chenliang.fatrock.showcase.FatRockView.java
info.chenliang.fatrock.trianglerenderers.TriangleRenderer.java
info.chenliang.fatrock.trianglerenderers.TriangleRendererConstant.java