I'm trying to make black-outlined objects using the Alternativa3D engine, I'm going for a cartoonish look. How can I do this?
Alternativa3D - Outlining 3D objects
958 Views Asked by James T At
2
There are 2 best solutions below
Related Questions in FLASH
- How to create an ActionScript 3.0 in Flash to display Current Date, Time and Day of Week
- textinput.needsSoftKeyboard does not work (air for android)
- Flash erase image with mask - gotoandplay next frame
- Flash CS3: Text appears on button mouse over or text mouse over
- import a sound externally or from the library? AS3
- How to use Database in Flash App?
- undefined method loadCompressedDataFromByteArray through a reference with static type flash.media:Sound
- Cam streaming Flash client/widget
- Pairing a draggable object to a target object in AS3
- update flashVars of flowplayer to change video via swfObject
- Adobe Flash Pro: Locate asset with missing font
- Making an HTML Jigsaw Puzzle in Flash CC
- Passing data between MXML files and opening one after Click on another
- Moving things inside a two-dimensional array in as3?
- AS3 + webcam. Dispatch event on presence
Related Questions in SHADER
- Water rendering in opengl
- Draw a sphere on a billboard with world normal from a pointlist
- DirectX - Pixel Shader 3.0 doesn't work
- Should Meshes with and without Skeleton use different Shaders?
- unity custom shader not receiving Shadow
- Constant buffer is empty when passed HLSL C++
- Unity | 'gameobject.renderer.material.color' in version 5.x
- Shader programming with ShaderLab and CG in unity
- How to use a huge array in HLSL (error X4505)
- mat4 type in attribute shader
- Reading a shader from a .txt file using a structure
- Rendering a circle with a Vertex shader in DirectX
- Blur the camera at a particular point Unity2D
- Render multiple models in OpenGL with a single draw call
- Why passing parameter is OK between Vertex and Fragment shader
Related Questions in 3D-ENGINE
- Javascript and 3d games
- "Virtual screens" in 3D engines (displaying on a wall another portion of the 3D world)
- What 3d engine should I choose?
- Any alternative to the Alternativa3D engine?
- How to write a 3D graphics engine which can be used in JavaScript?
- Any high-level, hardware-accelerated 3D engine?
- How can I bend a a display object?
- Access Violation when using SDL2_mixer effects?
- I can't translate points in my 3D graphics engine (java)
- Effort Required to make 3D Game Engine?
- Performing Boolean Transformations in XNA
- Alternativa3D - Outlining 3D objects
- What 3d engine can be used in 3d editors applications?
- 3d engine for iPhone
- Where to start working with 3D on .NET
Related Questions in MOLEHILL
- How to define projection matrix in stage3d without using perspectiveFieldOfViewLH method
- What's the low-level code required to render a texture (BitmapData) to a Stage3D in 2D space?
- How use Immediate number in AGAL
- Cinema 4D .obj files do not import correctly
- Working Molehill 2D Engine
- Why in AGAL have we a data32PerVertex with a max value of 64 in createVertexBuffer method?
- How do you combine X, Y, and Z rotations in a model's local space (not global)?
- Getting started with stage3d in Flash CS5, and which framework to choose?
- Alternativa3D - Outlining 3D objects
- Different code for different versions of Flash Player
- AGAL: Calculating screen space position in fragment shader
- Mixing different Program3Ds results in some objects not rendering
- AGAL: m44 instead of Matrix3D.append()
- Nothing happens when I try to render a cube using Away3D
- AGALMiniAssembler is missing
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I had a brief look through the Alternativa3D documentation and couldn't find materials or shaders for that. Would you be able to use an alternative 3D API, like Away3D ? If so, Away3D already offers a CellShaded material, as you can see in this sample:
Also, you have the source for the above example: