Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

M

MAG_FILTER_LINEAR - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
MAG_FILTER_NEAREST - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
mAndroidContext - Variable in class mr.robotto.MrRobottoEngine
 
MATERIAL_INDEX - Static variable in class mr.robotto.engine.components.data.shader.MrAttribute
 
mAttachedObject - Variable in class mr.robotto.engine.core.controller.MrObjectController
 
mBound - Variable in class mr.robotto.engine.components.comp.MrComponent
 
mClipEnd - Variable in class mr.robotto.engine.components.data.lens.MrLens
 
mClipStart - Variable in class mr.robotto.engine.components.data.lens.MrLens
 
mController - Variable in class mr.robotto.MrRobottoEngine
 
mData - Variable in class mr.robotto.engine.core.controller.MrObjectController
 
mEventsListener - Variable in class mr.robotto.engine.core.controller.MrObjectController
 
mHeight - Variable in class mr.robotto.engine.components.data.lens.MrLens
 
MIN_FILTER_LINEAR - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
MIN_FILTER_LINEAR_LINEAR - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
MIN_FILTER_LINEAR_NEAREST - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
MIN_FILTER_NEAREST - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
MIN_FILTER_NEAREST_LINEAR - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
MIN_FILTER_NEAREST_NEAREST - Static variable in class mr.robotto.engine.components.comp.MrTexture
 
mInitialized - Variable in class mr.robotto.engine.components.comp.MrComponent
 
mInitialized - Variable in class mr.robotto.engine.core.controller.MrObjectController
 
mName - Variable in class mr.robotto.engine.core.data.MrObjectData
 
mName - Variable in class mr.robotto.sceneobjects.MrObject.MrObjectBuilder
 
MODEL_MATRIX - Static variable in class mr.robotto.engine.components.data.shader.MrUniform
 
MODEL_VIEW_MATRIX - Static variable in class mr.robotto.engine.components.data.shader.MrUniform
 
MODEL_VIEW_PROJECTION_MATRIX - Static variable in class mr.robotto.engine.components.data.shader.MrUniform
 
mProjectionMatrix - Variable in class mr.robotto.engine.components.data.lens.MrLens
 
mr.robotto - package mr.robotto
 
mr.robotto.engine.collections - package mr.robotto.engine.collections
 
mr.robotto.engine.commons - package mr.robotto.engine.commons
 
mr.robotto.engine.components.comp - package mr.robotto.engine.components.comp
 
mr.robotto.engine.components.data.action - package mr.robotto.engine.components.data.action
 
mr.robotto.engine.components.data.lens - package mr.robotto.engine.components.data.lens
 
mr.robotto.engine.components.data.material - package mr.robotto.engine.components.data.material
 
mr.robotto.engine.components.data.mesh - package mr.robotto.engine.components.data.mesh
 
mr.robotto.engine.components.data.shader - package mr.robotto.engine.components.data.shader
 
mr.robotto.engine.components.data.skeleton - package mr.robotto.engine.components.data.skeleton
 
mr.robotto.engine.components.data.uniformgenerator - package mr.robotto.engine.components.data.uniformgenerator
 
mr.robotto.engine.components.data.uniformkey - package mr.robotto.engine.components.data.uniformkey
 
mr.robotto.engine.core - package mr.robotto.engine.core
 
mr.robotto.engine.core.controller - package mr.robotto.engine.core.controller
 
mr.robotto.engine.core.data - package mr.robotto.engine.core.data
 
mr.robotto.engine.core.data.uniformgenerators - package mr.robotto.engine.core.data.uniformgenerators
 
mr.robotto.engine.core.renderer - package mr.robotto.engine.core.renderer
 
mr.robotto.engine.events - package mr.robotto.engine.events
 
mr.robotto.engine.exceptions - package mr.robotto.engine.exceptions
 
mr.robotto.engine.linearalgebra - package mr.robotto.engine.linearalgebra
 
mr.robotto.engine.loader - package mr.robotto.engine.loader
 
mr.robotto.engine.loader.components - package mr.robotto.engine.loader.components
 
mr.robotto.engine.loader.components.action - package mr.robotto.engine.loader.components.action
 
mr.robotto.engine.loader.components.material - package mr.robotto.engine.loader.components.material
 
mr.robotto.engine.loader.components.mesh - package mr.robotto.engine.loader.components.mesh
 
mr.robotto.engine.loader.components.shader - package mr.robotto.engine.loader.components.shader
 
mr.robotto.engine.loader.components.skeleton - package mr.robotto.engine.loader.components.skeleton
 
mr.robotto.engine.loader.components.texture - package mr.robotto.engine.loader.components.texture
 
mr.robotto.engine.loader.core - package mr.robotto.engine.loader.core
 
mr.robotto.engine.loader.file - package mr.robotto.engine.loader.file
 
mr.robotto.engine.renderer - package mr.robotto.engine.renderer
 
mr.robotto.engine.scenetree - package mr.robotto.engine.scenetree
 
mr.robotto.engine.ui - package mr.robotto.engine.ui
 
mr.robotto.engine.utils - package mr.robotto.engine.utils
 
mr.robotto.sceneobjects - package mr.robotto.sceneobjects
 
mr.robotto.scenetree - package mr.robotto.scenetree
 
MrAttribute - Class in mr.robotto.engine.components.data.shader
 
MrAttribute(int, String, int, MrDataType) - Constructor for class mr.robotto.engine.components.data.shader.MrAttribute
 
MrAttributeKeyLoader - Class in mr.robotto.engine.loader.components.mesh
Loads a MrBufferKey from JSON
MrAttributeKeyLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.mesh.MrAttributeKeyLoader
 
MrAttributeLoader - Class in mr.robotto.engine.loader.components.shader
Loads a MrAttribute from JSON.
MrAttributeLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.shader.MrAttributeLoader
 
MrBone - Class in mr.robotto.engine.components.data.skeleton
Created by aaron on 24/04/2015.
MrBone(String, MrVector3f, MrQuaternion, MrVector3f) - Constructor for class mr.robotto.engine.components.data.skeleton.MrBone
 
MrBoneLoader - Class in mr.robotto.engine.loader.components.skeleton
Created by aaron on 27/04/2015.
MrBoneLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.skeleton.MrBoneLoader
 
MrBuffer - Class in mr.robotto.engine.components.data.mesh
Stores a numerical buffer.
MrBuffer(int, MrDataType, int, int) - Constructor for class mr.robotto.engine.components.data.mesh.MrBuffer
Creates a new buffer
MrBufferKey - Class in mr.robotto.engine.components.data.mesh
Class used to determine position and order of MrAttribute data stored inside a MrBuffer
MrBufferKey(int, MrDataType, int, int, int) - Constructor for class mr.robotto.engine.components.data.mesh.MrBufferKey
Creates a new Buffer Key
MrBundle - Class in mr.robotto.engine.events
Bundle to store multiple types of data.
MrBundle() - Constructor for class mr.robotto.engine.events.MrBundle
 
MrCamera - Class in mr.robotto.sceneobjects
Created by Aarón on 01/12/2014.
MrCamera(String, MrTransform, Map<String, MrUniformKey>, MrShaderProgram, MrLens) - Constructor for class mr.robotto.sceneobjects.MrCamera
 
MrCamera.Builder - Class in mr.robotto.sceneobjects
Created by aaron on 16/06/2015.
MrCameraController - Class in mr.robotto.engine.core.controller
Created by aaron on 14/04/2015.
MrCameraController(String, MrTransform, Map<String, MrUniformKey>, MrShaderProgram, MrLens) - Constructor for class mr.robotto.engine.core.controller.MrCameraController
 
MrCameraData - Class in mr.robotto.engine.core.data
Created by aaron on 14/04/2015.
MrCameraData(String, MrTransform, Map<String, MrUniformKey>, MrShaderProgram, MrLens) - Constructor for class mr.robotto.engine.core.data.MrCameraData
 
MrCameraLoader - Class in mr.robotto.engine.loader.core
Created by aaron on 03/03/2015.
MrCameraLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.core.MrCameraLoader
 
MrCameraRender - Class in mr.robotto.engine.core.renderer
Created by Aarón Negrín on 01/12/2014.
MrCameraRender() - Constructor for class mr.robotto.engine.core.renderer.MrCameraRender
 
MrCameraUniformGenerators - Class in mr.robotto.engine.core.data.uniformgenerators
Created by aaron on 14/06/2015.
MrCameraUniformGenerators() - Constructor for class mr.robotto.engine.core.data.uniformgenerators.MrCameraUniformGenerators
 
MrComponent - Class in mr.robotto.engine.components.comp
Base class for an element with a Model-Renderer-Controller architecture.
MrComponent() - Constructor for class mr.robotto.engine.components.comp.MrComponent
 
MrComponent.Data - Class in mr.robotto.engine.components.comp
Base class for data layer
MrComponent.View - Class in mr.robotto.engine.components.comp
Base class for rendering layer
MrConstants - Class in mr.robotto.engine.commons
Global constants for the engine
MrConstants() - Constructor for class mr.robotto.engine.commons.MrConstants
 
MrDataType - Enum in mr.robotto.engine.commons
Enum for all used types in the MrRobotto Engine It contains the OpenGL mValue of this type, the mByteSize in bytes of this kind of element and how many elements it contains
MrDefaultEventListener - Class in mr.robotto.engine.events
This is the default class for event listening.
MrDefaultEventListener() - Constructor for class mr.robotto.engine.events.MrDefaultEventListener
 
mRender - Variable in class mr.robotto.engine.core.controller.MrObjectController
 
mRenderingContext - Variable in class mr.robotto.engine.components.comp.MrComponent
 
MrEventConstants - Class in mr.robotto.engine.events
Default events provided by MrRobotto 3D Engine
MrEventConstants() - Constructor for class mr.robotto.engine.events.MrEventConstants
 
MrEventDispatcher - Class in mr.robotto.engine.events
Created by aaron on 14/06/2015.
MrEventDispatcher() - Constructor for class mr.robotto.engine.events.MrEventDispatcher
 
MrEventsListener - Class in mr.robotto.engine.events
Class for processing events linked to an object
MrEventsListener() - Constructor for class mr.robotto.engine.events.MrEventsListener
Creates a new Event Listener
MrException - Exception in mr.robotto.engine.exceptions
 
MrFrame - Class in mr.robotto.engine.components.data.action
Frame of an MrSkeletalAction
MrFrame(int) - Constructor for class mr.robotto.engine.components.data.action.MrFrame
Creates the frame number
MrJsonBaseLoader<T> - Class in mr.robotto.engine.loader.core
 
MrJsonBaseLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.core.MrJsonBaseLoader
 
MrKeyFrameList - Class in mr.robotto.engine.components.data.action
Created by aaron on 26/04/2015.
MrKeyFrameList() - Constructor for class mr.robotto.engine.components.data.action.MrKeyFrameList
 
MrLens - Class in mr.robotto.engine.components.data.lens
 
MrLens() - Constructor for class mr.robotto.engine.components.data.lens.MrLens
 
MrLight - Class in mr.robotto.sceneobjects
Created by aaron on 11/05/2015.
MrLight(String, MrTransform, MrShaderProgram, Map<String, MrUniformKey>, MrVector3f) - Constructor for class mr.robotto.sceneobjects.MrLight
 
MrLight.Builder - Class in mr.robotto.sceneobjects
 
MrLightController - Class in mr.robotto.engine.core.controller
Created by aaron on 11/05/2015.
MrLightController(String, MrTransform, MrShaderProgram, Map<String, MrUniformKey>, MrVector3f) - Constructor for class mr.robotto.engine.core.controller.MrLightController
 
MrLightData - Class in mr.robotto.engine.core.data
Created by aaron on 11/05/2015.
MrLightData(String, MrTransform, MrShaderProgram, Map<String, MrUniformKey>, MrVector3f) - Constructor for class mr.robotto.engine.core.data.MrLightData
 
MrLightLoader - Class in mr.robotto.engine.loader.core
Created by aaron on 17/05/2015.
MrLightLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.core.MrLightLoader
 
MrLightRender - Class in mr.robotto.engine.core.renderer
Created by aaron on 11/05/2015.
MrLightRender() - Constructor for class mr.robotto.engine.core.renderer.MrLightRender
 
MrLightUniformsGenerators - Class in mr.robotto.engine.core.data.uniformgenerators
Created by aaron on 14/06/2015.
MrLightUniformsGenerators() - Constructor for class mr.robotto.engine.core.data.uniformgenerators.MrLightUniformsGenerators
 
MrLinearAlgebraException - Exception in mr.robotto.engine.exceptions
 
MrLinearAlgebraException(String) - Constructor for exception mr.robotto.engine.exceptions.MrLinearAlgebraException
 
MrLinearAlgebraObject - Interface in mr.robotto.engine.linearalgebra
 
MrLinearAlgebraObjectContainer - Class in mr.robotto.engine.linearalgebra
 
MrLinearAlgebraObjectContainer(MrDataType, int, int) - Constructor for class mr.robotto.engine.linearalgebra.MrLinearAlgebraObjectContainer
 
MrLinearAlgebraObjectContainer(MrDataType, int) - Constructor for class mr.robotto.engine.linearalgebra.MrLinearAlgebraObjectContainer
 
MrMapFunction<K,V> - Interface in mr.robotto.engine.collections
Interface used for get the map key of the element V
MrMaterial - Class in mr.robotto.engine.components.data.material
Created by aaron on 11/03/2015.
MrMaterial(String, MrMaterialLight, MrMaterialLight, MrMaterialLight, MrTexture) - Constructor for class mr.robotto.engine.components.data.material.MrMaterial
 
MrMaterialLight - Class in mr.robotto.engine.components.data.material
Created by aaron on 16/03/2015.
MrMaterialLight(float, MrVector4f) - Constructor for class mr.robotto.engine.components.data.material.MrMaterialLight
 
MrMaterialLoader - Class in mr.robotto.engine.loader.components.material
Loads a MrMaterial from JSON
MrMaterialLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.material.MrMaterialLoader
 
MrMatrix4f - Class in mr.robotto.engine.linearalgebra
 
MrMatrix4f() - Constructor for class mr.robotto.engine.linearalgebra.MrMatrix4f
 
MrMatrix4f(MrMatrix4f) - Constructor for class mr.robotto.engine.linearalgebra.MrMatrix4f
 
MrMatrix4f(float[]) - Constructor for class mr.robotto.engine.linearalgebra.MrMatrix4f
 
MrMatrix4f.Operator - Class in mr.robotto.engine.linearalgebra
 
MrMesh - Class in mr.robotto.engine.components.comp
This class represents a 3D Mesh and allows to draw it
MrMesh(String, int, int, Map<Integer, MrBufferKey>, MrBuffer, MrBuffer) - Constructor for class mr.robotto.engine.components.comp.MrMesh
Creates a new mesh
MrMesh.Data - Class in mr.robotto.engine.components.comp
 
MrMesh.Render - Class in mr.robotto.engine.components.comp
 
MrMeshLoader - Class in mr.robotto.engine.loader.components.mesh
Loads a MrMesh from JSON
MrMeshLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.mesh.MrMeshLoader
 
MrModel - Class in mr.robotto.sceneobjects
 
MrModel(String, MrTransform, Map<String, MrUniformKey>, MrShaderProgram, MrMesh, MrMaterial[], MrSkeleton) - Constructor for class mr.robotto.sceneobjects.MrModel
 
MrModel.Builder - Class in mr.robotto.sceneobjects
Builder used to construct a MrModel instance
MrModelController - Class in mr.robotto.engine.core.controller
Created by aaron on 14/04/2015.
MrModelController(String, MrTransform, Map<String, MrUniformKey>, MrShaderProgram, MrMesh, MrMaterial[], MrSkeleton) - Constructor for class mr.robotto.engine.core.controller.MrModelController
 
MrModelData - Class in mr.robotto.engine.core.data
Created by aaron on 14/04/2015.
MrModelData(String, MrTransform, Map<String, MrUniformKey>, MrShaderProgram, MrMesh, MrMaterial[], MrSkeleton) - Constructor for class mr.robotto.engine.core.data.MrModelData
 
MrModelLoader - Class in mr.robotto.engine.loader.core
 
MrModelLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.core.MrModelLoader
 
MrModelRender - Class in mr.robotto.engine.core.renderer
Created by aaron on 14/04/2015.
MrModelRender() - Constructor for class mr.robotto.engine.core.renderer.MrModelRender
 
MrModelUniformGenerators - Class in mr.robotto.engine.core.data.uniformgenerators
Created by aaron on 14/06/2015.
MrModelUniformGenerators() - Constructor for class mr.robotto.engine.core.data.uniformgenerators.MrModelUniformGenerators
 
MrObject - Class in mr.robotto.sceneobjects
Base class for MrRobotto Object hierarchy.
MrObject(MrObjectController) - Constructor for class mr.robotto.sceneobjects.MrObject
Creates an MrObject using a controller
MrObject.MrObjectBuilder - Class in mr.robotto.sceneobjects
Builder base class for MrObject creation
MrObjectBuilder() - Constructor for class mr.robotto.sceneobjects.MrObject.MrObjectBuilder
 
MrObjectController - Class in mr.robotto.engine.core.controller
Created by aaron on 14/04/2015.
MrObjectController(MrObjectData, MrObjectRender) - Constructor for class mr.robotto.engine.core.controller.MrObjectController
 
MrObjectController(MrObjectData) - Constructor for class mr.robotto.engine.core.controller.MrObjectController
 
MrObjectData - Class in mr.robotto.engine.core.data
Created by aaron on 14/04/2015.
MrObjectData(String, MrSceneObjectType, MrTransform, MrShaderProgram, Map<String, MrUniformKey>) - Constructor for class mr.robotto.engine.core.data.MrObjectData
 
MrObjectData(String, MrSceneObjectType) - Constructor for class mr.robotto.engine.core.data.MrObjectData
 
MrObjectLoader - Class in mr.robotto.engine.loader.core
 
MrObjectLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.core.MrObjectLoader
 
MrObjectRender - Interface in mr.robotto.engine.core.renderer
Created by aaron on 14/04/2015.
MrObjectsDataTree - Class in mr.robotto.engine.scenetree
Created by aaron on 13/05/2015.
MrObjectsDataTree(MrSceneTreeData) - Constructor for class mr.robotto.engine.scenetree.MrObjectsDataTree
 
MrObjectUniformsGenerators - Interface in mr.robotto.engine.core.data.uniformgenerators
Created by aaron on 14/06/2015.
mRoot - Variable in class mr.robotto.engine.loader.core.MrJsonBaseLoader
 
MrOrthographicLens - Class in mr.robotto.engine.components.data.lens
 
MrOrthographicLens(float) - Constructor for class mr.robotto.engine.components.data.lens.MrOrthographicLens
 
MrPerspectiveLens - Class in mr.robotto.engine.components.data.lens
 
MrPerspectiveLens(float, float, float, float) - Constructor for class mr.robotto.engine.components.data.lens.MrPerspectiveLens
 
MrQuaternion - Class in mr.robotto.engine.linearalgebra
 
MrQuaternion() - Constructor for class mr.robotto.engine.linearalgebra.MrQuaternion
 
MrQuaternion(float, float, float, float) - Constructor for class mr.robotto.engine.linearalgebra.MrQuaternion
 
MrQuaternion(MrQuaternion) - Constructor for class mr.robotto.engine.linearalgebra.MrQuaternion
 
MrQuaternion.Operator - Class in mr.robotto.engine.linearalgebra
 
MrRenderer - Class in mr.robotto.engine.renderer
 
MrRenderer() - Constructor for class mr.robotto.engine.renderer.MrRenderer
 
MrRenderingContext - Class in mr.robotto.engine.renderer
Created by Aarón on 28/11/2014.
MrRenderingContext(MrSceneTreeData) - Constructor for class mr.robotto.engine.renderer.MrRenderingContext
 
MrRenderingSorter - Class in mr.robotto.engine.renderer
Created by aaron on 18/06/2015.
MrRenderingSorter(List<MrModelController>) - Constructor for class mr.robotto.engine.renderer.MrRenderingSorter
 
MrResources - Class in mr.robotto.engine.loader
Temporal storage class for resources
MrResources() - Constructor for class mr.robotto.engine.loader.MrResources
 
MrRobottoEngine - Class in mr.robotto
Main class of MrRobotto 3D Engine
MrRobottoEngine(Context, MrSurfaceView) - Constructor for class mr.robotto.MrRobottoEngine
Creates a new MrRobotto Engine instance
MrRobottoFileLoader - Class in mr.robotto.engine.loader.file
Created by aaron on 03/05/2015.
MrRobottoFileLoader(InputStream) - Constructor for class mr.robotto.engine.loader.file.MrRobottoFileLoader
 
MrRobottoJsonLoader - Class in mr.robotto.engine.loader.file
 
MrRobottoJsonLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.file.MrRobottoJsonLoader
 
MrSamplerIndices - Class in mr.robotto.engine.linearalgebra
Created by aaron on 04/05/2015.
MrSamplerIndices(int) - Constructor for class mr.robotto.engine.linearalgebra.MrSamplerIndices
 
MrScene - Class in mr.robotto.sceneobjects
 
MrScene(String, MrTransform, MrShaderProgram, Map<String, MrUniformKey>, MrVector4f) - Constructor for class mr.robotto.sceneobjects.MrScene
 
MrScene.Builder - Class in mr.robotto.sceneobjects
Created by aaron on 16/06/2015.
MrSceneController - Class in mr.robotto.engine.core.controller
Created by aaron on 14/04/2015.
MrSceneController(String, MrTransform, MrShaderProgram, Map<String, MrUniformKey>, MrVector4f) - Constructor for class mr.robotto.engine.core.controller.MrSceneController
 
MrSceneData - Class in mr.robotto.engine.core.data
Created by aaron on 14/04/2015.
MrSceneData(String, MrTransform, MrShaderProgram, Map<String, MrUniformKey>, MrVector4f) - Constructor for class mr.robotto.engine.core.data.MrSceneData
 
MrSceneData(String, MrVector4f) - Constructor for class mr.robotto.engine.core.data.MrSceneData
 
MrSceneData(String) - Constructor for class mr.robotto.engine.core.data.MrSceneData
 
MrSceneLoader - Class in mr.robotto.engine.loader.core
 
MrSceneLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.core.MrSceneLoader
 
MrSceneObjectType - Enum in mr.robotto.engine.core
 
MrSceneRender - Class in mr.robotto.engine.core.renderer
Created by aaron on 14/04/2015.
MrSceneRender() - Constructor for class mr.robotto.engine.core.renderer.MrSceneRender
 
MrSceneTree - Class in mr.robotto.scenetree
Main class for storing hierarchically, retrieve and traversal scene objects.
MrSceneTree(MrObject) - Constructor for class mr.robotto.scenetree.MrSceneTree
Creates a new Scene Tree using the given object as root
MrSceneTreeController - Class in mr.robotto.engine.scenetree
Created by aaron on 30/01/2015.
MrSceneTreeController(MrSceneTreeData, MrSceneTreeRender) - Constructor for class mr.robotto.engine.scenetree.MrSceneTreeController
 
MrSceneTreeData - Class in mr.robotto.engine.scenetree
Created by aaron on 12/05/2015.
MrSceneTreeData() - Constructor for class mr.robotto.engine.scenetree.MrSceneTreeData
 
MrSceneTreeData(MrObjectController) - Constructor for class mr.robotto.engine.scenetree.MrSceneTreeData
 
MrSceneTreeRender - Class in mr.robotto.engine.scenetree
Created by Aarón on 18/01/2015.
MrSceneTreeRender() - Constructor for class mr.robotto.engine.scenetree.MrSceneTreeRender
 
MrSceneUniformsGenerators - Class in mr.robotto.engine.core.data.uniformgenerators
Created by aaron on 14/06/2015.
MrSceneUniformsGenerators() - Constructor for class mr.robotto.engine.core.data.uniformgenerators.MrSceneUniformsGenerators
 
MrShader - Class in mr.robotto.engine.components.data.shader
 
MrShader(int, String) - Constructor for class mr.robotto.engine.components.data.shader.MrShader
 
MrShaderProgram - Class in mr.robotto.engine.components.comp
This class represents a Shader Program, it allows to bind a shader program and send data to the GPU
MrShaderProgram(String, MrShader, MrShader) - Constructor for class mr.robotto.engine.components.comp.MrShaderProgram
Creates a new Shader Program
MrShaderProgram.Data - Class in mr.robotto.engine.components.comp
 
MrShaderProgram.View - Class in mr.robotto.engine.components.comp
 
MrShaderProgramLoader - Class in mr.robotto.engine.loader.components.shader
 
MrShaderProgramLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.shader.MrShaderProgramLoader
 
MrSkeletalAction - Class in mr.robotto.engine.components.data.action
Created by aaron on 24/04/2015.
MrSkeletalAction(String, float) - Constructor for class mr.robotto.engine.components.data.action.MrSkeletalAction
 
MrSkeletalActionLoader - Class in mr.robotto.engine.loader.components.action
Loads an MrSkeletalAction from JSON
MrSkeletalActionLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.action.MrSkeletalActionLoader
 
MrSkeleton - Class in mr.robotto.engine.components.data.skeleton
Created by aaron on 26/04/2015.
MrSkeleton(Map<String, MrBone>, ArrayList<String>, Map<String, MrSkeletalAction>) - Constructor for class mr.robotto.engine.components.data.skeleton.MrSkeleton
 
MrSkeleton(MrTreeMap<String, String>, Map<String, MrBone>, ArrayList<String>, Map<String, MrSkeletalAction>) - Constructor for class mr.robotto.engine.components.data.skeleton.MrSkeleton
 
MrSkeleton() - Constructor for class mr.robotto.engine.components.data.skeleton.MrSkeleton
 
MrSkeletonLoader - Class in mr.robotto.engine.loader.components.skeleton
Created by aaron on 27/04/2015.
MrSkeletonLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.skeleton.MrSkeletonLoader
 
MrStreamReader - Class in mr.robotto.engine.utils
Class for converting an Stream to String
MrStreamReader() - Constructor for class mr.robotto.engine.utils.MrStreamReader
 
MrSurfaceView - Class in mr.robotto.engine.ui
Specialized class of GLSurfaceView for using alongside MrRobotto 3D Engine.
MrSurfaceView(Context) - Constructor for class mr.robotto.engine.ui.MrSurfaceView
 
MrSurfaceView(Context, AttributeSet) - Constructor for class mr.robotto.engine.ui.MrSurfaceView
 
MrTexture - Class in mr.robotto.engine.components.comp
A class for representing a texture
MrTexture(String, int, int, int, Bitmap) - Constructor for class mr.robotto.engine.components.comp.MrTexture
 
MrTexture.Data - Class in mr.robotto.engine.components.comp
 
MrTexture.View - Class in mr.robotto.engine.components.comp
 
MrTextureLoader - Class in mr.robotto.engine.loader.components.texture
Created by aaron on 04/05/2015.
MrTextureLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.texture.MrTextureLoader
 
MrTransform - Class in mr.robotto.engine.linearalgebra
 
MrTransform() - Constructor for class mr.robotto.engine.linearalgebra.MrTransform
 
MrTransform(MrVector3f, MrQuaternion, MrVector3f) - Constructor for class mr.robotto.engine.linearalgebra.MrTransform
 
MrTransform(MrVector3f, MrQuaternion) - Constructor for class mr.robotto.engine.linearalgebra.MrTransform
 
MrTransformLoader - Class in mr.robotto.engine.loader.components
 
MrTransformLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.MrTransformLoader
 
MrTreeMap<K,V> - Class in mr.robotto.engine.collections
Tree Structure.
MrTreeMap(MrMapFunction<K, V>) - Constructor for class mr.robotto.engine.collections.MrTreeMap
Creates an empty MrTreeMap
MrTreeMap(V, MrMapFunction<K, V>) - Constructor for class mr.robotto.engine.collections.MrTreeMap
Creates a MrTreeMap with a root element
MrUniform - Class in mr.robotto.engine.components.data.shader
 
MrUniform(String, String, MrDataType, int) - Constructor for class mr.robotto.engine.components.data.shader.MrUniform
 
MrUniformGenerator - Class in mr.robotto.engine.components.data.uniformgenerator
Created by Aarón on 05/01/2015.
MrUniformGenerator() - Constructor for class mr.robotto.engine.components.data.uniformgenerator.MrUniformGenerator
 
MrUniformKey - Class in mr.robotto.engine.components.data.uniformkey
Class to intermediate between unifom values stored as MrLinearAlgebraObject and MrUniform elements of MrShaderProgram
MrUniformKey(String, String, int, int) - Constructor for class mr.robotto.engine.components.data.uniformkey.MrUniformKey
 
MrUniformLoader - Class in mr.robotto.engine.loader.components.shader
 
MrUniformLoader(JSONObject) - Constructor for class mr.robotto.engine.loader.components.shader.MrUniformLoader
 
MrVector3f - Class in mr.robotto.engine.linearalgebra
 
MrVector3f() - Constructor for class mr.robotto.engine.linearalgebra.MrVector3f
 
MrVector3f(float, float, float) - Constructor for class mr.robotto.engine.linearalgebra.MrVector3f
 
MrVector3f(float) - Constructor for class mr.robotto.engine.linearalgebra.MrVector3f
 
MrVector3f(float[]) - Constructor for class mr.robotto.engine.linearalgebra.MrVector3f
 
MrVector3f.Operator - Class in mr.robotto.engine.linearalgebra
 
MrVector4f - Class in mr.robotto.engine.linearalgebra
 
MrVector4f() - Constructor for class mr.robotto.engine.linearalgebra.MrVector4f
 
MrVector4f(float, float, float, float) - Constructor for class mr.robotto.engine.linearalgebra.MrVector4f
 
MrVector4f(float) - Constructor for class mr.robotto.engine.linearalgebra.MrVector4f
 
MrVector4f(float[]) - Constructor for class mr.robotto.engine.linearalgebra.MrVector4f
 
MrVector4f.Operator - Class in mr.robotto.engine.linearalgebra
 
mSceneObjType - Variable in class mr.robotto.engine.core.data.MrObjectData
 
mSceneTree - Variable in class mr.robotto.MrRobottoEngine
 
mShaderProgram - Variable in class mr.robotto.engine.core.data.MrObjectData
 
mShaderProgram - Variable in class mr.robotto.sceneobjects.MrObject.MrObjectBuilder
 
mSurfaceView - Variable in class mr.robotto.MrRobottoEngine
 
mTransform - Variable in class mr.robotto.engine.core.data.MrObjectData
 
mTransform - Variable in class mr.robotto.sceneobjects.MrObject.MrObjectBuilder
 
mult(MrMatrix4f, MrMatrix4f, MrMatrix4f) - Method in class mr.robotto.engine.linearalgebra.MrMatrix4f.Operator
 
mult(MrQuaternion, MrQuaternion, MrQuaternion) - Method in class mr.robotto.engine.linearalgebra.MrQuaternion.Operator
 
multScalar(MrMatrix4f, float) - Method in class mr.robotto.engine.linearalgebra.MrMatrix4f.Operator
 
multScalar(MrMatrix4f, MrMatrix4f, float) - Method in class mr.robotto.engine.linearalgebra.MrMatrix4f.Operator
 
multScalar(MrQuaternion, float, MrQuaternion) - Method in class mr.robotto.engine.linearalgebra.MrQuaternion.Operator
 
multScalar(MrVector3f, float) - Method in class mr.robotto.engine.linearalgebra.MrVector3f.Operator
 
multScalar(MrVector3f, MrVector3f, float) - Method in class mr.robotto.engine.linearalgebra.MrVector3f.Operator
 
multScalar(MrVector4f, float) - Method in class mr.robotto.engine.linearalgebra.MrVector4f.Operator
 
multScalar(MrVector4f, MrVector4f, float) - Method in class mr.robotto.engine.linearalgebra.MrVector4f.Operator
 
multV(MrVector4f, MrMatrix4f, MrVector4f) - Method in class mr.robotto.engine.linearalgebra.MrMatrix4f.Operator
 
multV(MrVector3f, MrMatrix4f, MrVector3f) - Method in class mr.robotto.engine.linearalgebra.MrMatrix4f.Operator
 
mUniformGenerators - Variable in class mr.robotto.engine.core.data.MrObjectData
 
mUniformKeys - Variable in class mr.robotto.engine.core.data.MrObjectData
 
mUniformKeys - Variable in class mr.robotto.sceneobjects.MrObject.MrObjectBuilder
 
mWidth - Variable in class mr.robotto.engine.components.data.lens.MrLens
 
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links